seafowl
seafowl copied to clipboard
Analytical database for data-driven Web applications 🪶
This can be done without changing the Parquet files (the query engine right now can handle Parquet files with missing columns and pads them with NULLs)
This is a naive implementation of https://github.com/splitgraph/seafowl/pull/514 (and therefore less complex), where we don't use synchronization to avoid request de-duplucation, but instead try do a best-effort chunk coalescing, and batch...
This PR introduces a new caching mechanism for fetching byte ranges: - If chunk not present in cache, greedily extend the range to fetch by coalescing adjacent chunks that are...
Closes #491
https://observablehq.com/@seafowl/interactive-visualization-demo 
https://observablehq.com/@seafowl/benchmarks They are dated 2022 and don't include well-known engines like ClickHouse.
I'm following the tutorial: https://seafowl.io/docs/getting-started/quickstart ``` # Install sudo apt-get update sudo apt-get install -y docker.io # Run sudo docker run --rm -p 8080:8080 \ -e SEAFOWL__FRONTEND__HTTP__WRITE_ACCESS=any \ splitgraph/seafowl:nightly curl...
Hi, is there any change you could release arm64 binaries/docker images? Thanks!
There are many good cassandra-driver and scylladb-driver in Rust ecosystem. This type of data query is very popular in data serving scenarios.