Welcome Karan - idaholab/Deep-Lynx GitHub Wiki

Welcome Karan!

We're glad that you'll be working in the DeepLynx ecosystem and we hope that your particular skills, experience, and point of view will positively benefit but us as researchers and the project as a whole.

We hope that we can make your initial experience a smooth one, so if at any time you feel lost or frustrated - please feel free to reach out and we'll be happy to help. Our goal is to help you be successful on your projects.

First Steps

Below you'll find your first steps to using DeepLynx in your local environment.

  1. Read Getting Started - this will go a long way in insuring that you can get a local copy of DeepLynx up and running. If you feel like the steps are missing something, please let us know so we can edit them. Note: the particular error you're running into, at least according to our email, has something to do with the CORE_DB_CONNECTION_STRING environment variable. You will need to figure out the access credentials and access endpoint/port for the PostgreSQL database you'll be using. See this link for information on how to take that information and generate a connection string
  2. Setup the Admin Web GUI (if needed) - DeepLynx ships with an SPA (single page application) web application that allows for more easily understanding and working in the DeepLynx environment. Because I don't know the specifics of your project I can't know for sure if you need this - best left to your judgement.
  3. Read up on the following design patterns: Repository Pattern , Domain Object, and Data Mapper - DeepLynx is built using these patterns and understanding them will go a long way in understanding how DeepLynx functions.
  4. If you're planning on sending data to DeepLynx - be sure to ask about the data ingestion process. Unfortunately I do not have good documentation on that at this time, but we can meet personally to go over it.

Welcome to the ecosystem!