Databases
As a data abstraction layer, Dari handles the access details to one or more underlying databases. Supporting both SQL and NoSQL databases, Dari can be configured to use multiple databases, delegating to specific databases for specific needs. For example, a common configuration is to aggregate MySQL and Solr. MySQL is used as the source of record and Solr is used for full-text search capabilities.
Note
MongoDB is not supported because it currently limits a single collection to 64 indexes.
See also:
Previous Topic
Dari guide
Next Topic
SQL databases