https://github.com/openedi/datapreprocessor
https://github.com/openedi/datapreprocessor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openedi/datapreprocessor
- Owner: openEDI
- License: bsd-3-clause
- Created: 2026-03-05T19:56:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T20:27:57.000Z (5 months ago)
- Last Synced: 2026-03-05T23:32:42.382Z (5 months ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/openEDI/datapreprocessor/actions/workflows/build.yml) [](https://github.com/openEDI/datapreprocessor/actions/workflows/ci.yml)
# Build
docker build -t datapreprocessor:latest .
# Port
The server runs on port 5000
# Notes
* Data model for client to connect with datapreprocessor service [Data Model](datapreprocessor/microservice/data_model.py)
* Client side tests with payload for each endpoint [minimal working example](tests/test_microservice.py)