Impliment DB agnostic data service
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The current data-service is heavily tailored to Apache's CouchDB with no real generic implementation. The database service should be database-agnostic with the ability to allow users to chose which database to use, simplifying docker setups.
Implementing this should give insight into what databases are widely used, and additionally, what databases are small and portable, in the case of a minimal setup.
- [ ] Define generic database interface
- [ ] Implement CouchDB interface implementation
- [ ] Implement TestDB / MemoryDB interface implementation
- [ ] Research other databases to initially support
- [ ] Implement configuration options for different databases, with a proper schema-file
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.