Skip to content

SC TalkingDB NL Pipeline

Requirements

  • Docker & Docker Compose
  • Python 3.10+

Steps

  1. Clone the repo:
    bash git clone git@bitbucket.org:smartercodes-repo/sc-talkingdb-nl-pipeline.git
    cd sc-talkingdb-nl-pipeline

  2. Add/Update the submodules:
    bash git submodule update --init --recursive

  3. Create .env & .env.local files with same content (mentioned in here)

  4. Run the following command to start the server
    bash develop.sh (after running this command if needed: sudo chmod +x ./develop.sh)

  5. 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.

  6. Use the port:27026 for connecting with your local mongo compass.