dmerkushov / nanoservices

Apache License 2.0
3 stars 0 forks source link

FEATURE: Service project generator #15

Open dmerkushov opened 4 years ago

dmerkushov commented 4 years ago

Problem solved by the feature No tool is supplied to generate a nanoservice project by now.

Description of the proposed solution JSON service description -> service project generator -> all necessary project files generated.

The JSON service description includes: input and output definitions, sample inputs (with expected outputs) for service tests, description of the DEB/RPM package to generate for the service.

Generated project is a buildable CMake project for the future service, having tests according to the provided sample inputs.

dmerkushov commented 4 years ago

Priority: B