roapi
roapi copied to clipboard
Create full-fledged APIs for slowly moving datasets without writing a single line of code.
fix https://github.com/roapi/roapi/issues/178
For 0.7.1 and a configuration of: ``` tables: - name: "table_foo" uri: "mysql://username:password@localhost:3306/database" #uri: "table_foo=mysql://username:password@localhost:3306/database" ``` In any case I get: ``` Invalid table URI: cannot detect table extension from...
Hi, This appears to be a command that is automatically issued by the postgres JDBC driver and the error returned by roapi prevents a successful connection in DBeaver ``` [2022-07-22T13:12:27Z...
the pre-built binary is not supporting database? ``` roapi -t "vocabs=sqlite:///data/vocabulary.sqlite" [2022-05-31T06:48:11Z INFO roapi::context] loading `uri(sqlite:///data/vocabulary.sqlite)` as table `vocabs` Error: Database error: Enable 'database' feature flag to support this ```...
It would be great if roapi enabled information_schema queries and related commands through the postgres interface. columnq supports this, but currently the errors below occur when attempting to access the...
Hi, We are trying to use ROAPI to efficiently run queries against Parquet files. These files are large, so storing them in-memory is not an option. We were hoping that...
I've run into issues reading timestamp columns from parquet files. The snapshot DataFusion library did not work at all to convert a string to a timestamp in query. e.g. select...
Would be fantastic to support reading from Postgres in the data layer.
I wanted to try the sqlite table feature, Realised that the feature is not enabled by default on the build pushed to brew. And ran into this error while building...
It seems that roapi can fetch data _directly_ from supported RDBMS (like postgres) as well as slurping things from JSON files - I wonder if it would be possible to...