A Data Injection Pipeline tool that uses machine learning (LLM Model) for source to target association mapping and data injection. It utilizes Kestra for orchestrating workflows such as s3 triggers, db injections, ETL Services for data transformation and loading.
 
Golang installed on your system.
- 
To run the backend, create .envfrom.env.exampleuse command:go mod tidy go run ./cmd
- 
To start the Kestra platform locally, have docker setup in your system, and then use this script: source run_kestra.sh- On your browser open localhost:8080/
- Create New Flow
- copy the flow configuration from here
- add your AWS, MONGODB and GEMINI keys into variables.
- Save the flow.
 
- On your browser open 
- 
To run the client in dev mode, create .envin /client directory and use pnpm package manager:cd client pnpm install pnpm dev- On your browser open localhost:3000/
 
- On your browser open 
- Go for generate API key.
 
- Use the API Key for data injection
 
- Once completed, proceed to analytics dashboard:
 
 

