1
NoSQL (Document) Database Alternative?
Source: supabase/supabase#769 · opened by @reinhart1010
Since Firebase itself offers certain types of NoSQL databases (Realtime Database, Cloud Firestore) it would be great for Supabase to include a NoSQL alternative, especially document database systems. I have used Firebase Realtime Database, Apache CouchDB and mongoDB at some of my past projects. Firebase Realtime Database has a unique data structure (e.g. no regular arrays, each database is a large Document) which makes it unique than regular document-based databases such as mongoDB, where each mongoDB "database" (term borrowed from SQL and relational databases) is considered a Collection of Document. Making an open source, drop-in replacement for it would take time and some security considerations. However it would be possible to include a regular document-based NoSQL database such as [Apache CouchDB]( into Supabase, so any Supabase projects which explicitly needs NoSQL can happily use the service. Several CouchDB features such as [mango]( allows mongoDB queries to run on …
No pledges yet. Be the first to back this.
Comments
Similar requests
Support for MongoDB / other databases.
6 votes · 0 comments
How to synchronize databases, documents to vector databases
3 votes · 0 comments
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
Add Storage Backups in Sync with Database Backups
4 votes · 0 comments
Better support for (Materialized) Views
24 votes · 0 comments
No comments yet.