Expand description
datapress-datafusion — DataFusion backend for the DataPress HTTP server.
Modules§
Functions§
- serve
- Build the dataset store, start the actix server, and run until the process receives SIGINT.
- serve_
with_ shutdown - Like
serve, but driven to a graceful stop byshutdowninstead of OS signals. Used when DataPress is embedded in another runtime (the Python extension) so it doesn’t install signal handlers that fight the host’s.