Local Development
Develop and Test Locally
$ ./scripts/run.sh <one or more service names that you are testing>
# names of the services - api, channel, language, flow, retriver, indexer# create topics (queues) on kafka
./scripts/create-topic.sh topic_name
# send message to your service
./scripts/send-message.sh topic <json>
# read messages from your service
./scripts/read-message.sh topic
Setting up Local DB
Connecting to database
Data Contracts
API
Indexer
Steps
Reseting Dev Environment
Last updated
Was this helpful?
