1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)Rust1,965 forks (1,965 forks)batch import
data source driverhelp wanted
Repository metrics
- Stars
- 19,563 stars (19,563 stars)
- PR merge metrics
- Avg merge 5d 16h (Avg merge 5d 16h)138 merged PRs in 30d (138 merged PRs in 30d)
Description
Is your feature request related to a problem? Please describe.
I've came across a request in the Slack community that someone would like to use Cube with Rockset: https://rockset.com
Describe the solution you'd like
Rockset supports querying in SQL and it also has a Node.js driver: https://rockset.com/docs/client/node/docs/
Contributor guide
- Research direction
- Study existing data source implementations in Cube (e.g., PostgreSQL, MySQL) to understand the pattern for integrating a new SQL database. Use Rockset's Node.js driver to implement the connection, query execution, and schema discovery.
- Tech stack
- rustnodejs
- Domain
- databasebackend
- Issue type
- Feature
- Prerequisites
- JavaScriptNode.jsSQL