MongoDB
how to configure preen to connect to MongoDB databases.
Preen can connect to MongoDB databases. Our current implementation uses the Go mongo library to connect to databases.
Example Preen Source Configuration
Mongo Database Models
MongoDB models are defined as a YAML file that contains a MongoDB document filter. This filter is used to match documents in the database and return the data that matches the filter. The documents are written to DuckDB as a JSON column for local querying using the native JSON querying capabilities of DuckDB.
Code References
Last updated