metacrafter icon indicating copy to clipboard operation
metacrafter copied to clipboard

Add support of NoSQL databases

Open ivbeg opened this issue 3 years ago • 0 comments

Add support for the following NoSQL databases and search engines: MongoDB, ArangoDB, Milvus, ArcadeDB, ElasticSearch, OpenSearch, MeiliSearch, Apache Cassandra, StarGate (MongoDB-like API over NoSQL databases)

The current state of database support:

  • [x] MongoDB
  • [ ] ArangoDB
  • [ ] ElasticSearch
  • [ ] Meilisearch
  • [ ] Milvus
  • [ ] OpenSearch
  • [ ] ArcadeDB

Other tasks:

  • [ ] Write universal class for NoSQL document based databases
  • [ ] Replace command-line command 'scan-mongodb' with 'scan-nosql' or update command 'scan-db' with NoSQL databases connection strings
  • [ ] Write documentation with connection strings examples and limitations
  • [ ] Write tests for each database type

ivbeg avatar Aug 12 '22 10:08 ivbeg