Skip to main content

Crate datapress_datafusion

Crate datapress_datafusion 

Source
Expand description

datapress-datafusion — DataFusion backend for the DataPress HTTP server.

Modules§

store

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 by shutdown instead 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.