Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phillip-spice
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Spice.ai OSS 1.0 – data query and AI-inference engine built in Rust
(spiceai.org)
26 points
by
phillip-spice
2y ago
|
1 comments
2.
▲
by
phillip-spice
2y ago
I'm not too familiar with https://cube.dev/ - but my initial impression is they are focused more on providing APIs backed by SQL. They have a SQL API that emulates the PostgreSQL wire protocol, whereas Spice implements
3.
▲
by
phillip-spice
2y ago
Thanks Andrew! I'm looking forward to contributing back to DataFusion as well.
4.
▲
by
phillip-spice
2y ago
There is an effort within DataFusion to support pushing down joins across tables from the same remote provider that we will likely contribute to as well: https://github.com/datafusion-contrib/datafusion-federation
5.
▲
by
phillip-spice
2y ago
DuckDB is an in-process DB similar to SQLite - so every application in your stack would need to embed it. Spice is a binary that has Flight SQL and HTTP query endpoints - so multiple applications can connect to it from any language.