GlareDB / glaredb

GlareDB: An analytics DBMS for distributed data
https://glaredb.com
GNU Affero General Public License v3.0
687 stars 39 forks source link

MongoDB data source #680

Closed scsmithr closed 1 year ago

scsmithr commented 1 year ago

Summary

MongoDB data source.

Specifications

Rationale

Impact

Tasks

greyscaled commented 1 year ago

We're not sure how we're going to infer the schema (complete/accurate). Need to sample. If sampling fails, we can still record what failed and merge and try.

scsmithr commented 1 year ago

Marking as done. Definitely still have edge case and unimplemented features (namely properly typing arrays), but the bulk of the work is done. I've opened up separate issues for those particular cases.