API service for the EmProps Redis system.
The API component provides a frontend interface for the EmProps Redis system. It allows users to monitor job status, worker activity, and submit new jobs.
- WebSocket connection to the Hub for real-time updates
- RESTful API for job submission and management
- Web interface for system monitoring
- Visualization of worker and job status
Configuration options are available in the config/ directory.
To run the API service:
python main.pyThe API service uses the core modules for its functionality. The static/ directory contains frontend assets for the web interface.