Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 712 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 712 Bytes

automatool

Tool for automating the provisioning of a basic internal java microservice structure for an API (lol)

High Level Description:

high_level_ark

Quick Start

The simplest use-case is described by the following command

python3 src/gen_classes.py ./data/randomInput.json ./data/randomOutput.json

To get some help use the following command

python3 src/gen_classes.py --help

Next steps:

  • Modify conversion methods to add the possibility to ignore some fields (passed as argument) during the copy;
  • Add Kafka Consumer to trigger elaboration of input from Kafka topic.