Create full-fledged APIs for slowly moving datasets without writing a single line of code.
ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code. It builds on top of Apache Arrow and Datafusion. The core of its design can be boiled down to the following: - Query frontends to translate SQL, GraphQL and REST API queries into Datafusion plans. - Datafusion for query plan execution. - Data layer to load datasets from a variety of sources and formats with automatic schema inference. - Response encoding layer to serialize intermediate Arrow record batch into various formats requested by client.
ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code. It builds on top of Apache Arrow and Datafusion. The core of its design can be boiled down to the following: - Query frontends to translate SQL, GraphQL and REST API queries into Datafusion plans. - Datafusion for query plan execution. - Data layer to load datasets from a variety of sources and formats with automatic schema inference. - Response encoding layer to serialize intermediate Arrow record batch into various formats requested by client.
To install roapi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install roapi
To see what files were installed by roapi, run:
port contents roapi
To later upgrade roapi, run:
sudo port selfupdate && sudo port upgrade roapi
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.