Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vulwsztyn/node_python_csv_server
https://github.com/vulwsztyn/node_python_csv_server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vulwsztyn/node_python_csv_server
- Owner: Vulwsztyn
- Created: 2021-12-02T23:28:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T11:00:29.000Z (about 3 years ago)
- Last Synced: 2023-03-10T06:11:51.499Z (almost 2 years ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.