SC TalkingDB NL Pipeline
Requirements
- Docker & Docker Compose
- Python 3.10+
Steps
-
Clone the repo:
bash git clone git@bitbucket.org:smartercodes-repo/sc-talkingdb-nl-pipeline.git
cd sc-talkingdb-nl-pipeline -
Add/Update the submodules:
bash git submodule update --init --recursive -
Create .env & .env.local files with same content (mentioned in here)
-
Run the following command to start the server
bash develop.sh(after running this command if needed:sudo chmod +x ./develop.sh) -
Access the services on following urls;
http://kgi.parse-tree.localhost/
http://parse-tree.localhost/docs#/
Once you are able to access the above services, SC TalkingDB NL Pipeline Deployment is successful. -
Use the port:27026 for connecting with your local mongo compass.