MetaScanPlus is a Meta-Data Engine for Intelligent Systems, supporting data ingestion and real-time processing on a scalable platform.
MetaScanPlus is built to be simple and practical, focusing on doing one thing well.
Why MetaScanPlus?
- MetaScanPlus is a Meta-Data Engine
- for Intelligent Systems, supporting data
- ingestion and real-time processing on
- MetaScanPlus is a Meta-Data Engine
- for Intelligent Systems, supporting data
- ingestion and real-time processing on
- typescript
- Modular architecture
- CI-ready (GitHub Actions)
- Clone the repository:
git clone https://github.com/harutosati/MetaScanPlus.git - Install dependencies:
pip install -r requirements.txt - Run the test suite:
pytest
MetaScanPlus is configured through environment variables (see .env.example). Key options:
- APP_ENV:
developmentorproduction. - PORT: Port the server listens on.
- LOG_LEVEL:
debug,info, orerror.
Contributions are welcome. Open an issue for bugs or feature requests, or submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.