Open Sourcing Shaper - The minimal data platform for embedded analytics #506
jorinvo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thought I share what I have been building on top go-duckdb.
Please let me know if not appropriate and I'll remove it 🙏
https://github.com/taleshape-com/shaper
Shaper is bascially a wrapper around DuckDB to create dashboards with only SQL and share them easily. It's a simple tool for simple use cases. And at its core is go-duckdb.
More details in the announcement blog post.
Since Shaper is open source some bits and pieces might be interesting for people using go-duckdb.
For example, the data ingest logic:
https://github.com/taleshape-com/shaper/blob/main/server/ingest/ingest.go
Shaper provides an HTTP API to ingest JSON data into the internal DuckDB. It uses the Appender API and also inspects database columns and auto-generates appropriate tables+columns.
Thank you for all the work on go-duckdb! Looking forward to continuing giving back where I can.
Beta Was this translation helpful? Give feedback.
All reactions