- The frameworks being tested will implement the following endpoints:
PUT /apps/{app_id}
GET /apps/{app_id}
DELETE /apps/{app_id}
- The endpoinds should be available on
127.0.0.1:8080
- Data must be stored on a
Postgres 12
database
For more details please check the OpenAPI Specification file app-open-api.yaml
Currently we have the following implementations:
- Flask (Python)
- Spring-boot (Java)
- Starlette (Python - asyncio)
- Echo (GO)
- Fiber (GO - FastHTTP)
Currently we have the following scripts testing tools:
Some scripts load test data from the following CSV file test_data.csv.
Any contributions made under this project will be governed by the MIT License.