Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vulwsztyn/node_python_csv_server


https://github.com/vulwsztyn/node_python_csv_server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# node_python_csv_server

A Simple web server that passes data from an uploaded CSV file to a Python script adn returns its response.

To be run with: `docker-compose up`

Then the "docs" can be found at: http://localhost:3000/swagger

The upload endpoint is at: http://localhost:3000/api

After each PR and master push a laod test is performed using [k6](https://github.com/grafana/k6) to emulate 200 concurrent users.