digital-cognition-co-in / DigitalCognition

DigitalCognition - Main repo - Core Product
2 stars 2 forks source link

Non-relational databases to be added #21

Open RohitDhankar opened 4 years ago

RohitDhankar commented 4 years ago

Hi Udit - as discussed on call a while back .

Business use case's -

1/ User , at his/her desktop or laptop , upload's a large csv file , then wants to create a SQL table , on remote hosted or on premise ( local LAN ) hosted SQL DB . 2/ User , at his/her desktop or laptop , upload's a large JSON file , then wants to create a No-SQL document store / collection , on remote hosted or on premise ( local LAN ) hosted Mongo DB .

Task description as below --

1/ For remote or on premise Conn for PSQL , MySQL and MongoDB , need a Conn creation and config file. I had attempted to do something similar here - centos old config , this was for a PSQL hosted in a CentOS Droplet on DigitalOcean.

2/ To begin with all 3 DB's - PSQL , MySQL and Mongo can have their Config in one file itself.

3/ Also as on date we dont have any Non-relational databases , to be added --- MongoDB Collections , etc .. from django_mongodb_engine.contrib import MongoDBManager