- Implement GORM + Repository model for testing
- Testing, testing and more testing!
- CI pipeline
- Develop snorlax UI with registration/ login functionality
- Integrate snorlax with Okta for SSO
- Setup local k8s for dependencies
- Refer to
https://github.com/son-la/snorlax-devsetup
- Port forwarding mysql
- Create
config.yaml
---
kafka:
brokers:
- "localhost:30002"
useTLS: true
caFile: "ca.crt"
version: "3.7.0"
authentcation:
username: KAFKA_USER
password: KAFKA_PASSWORD
algorithm: sha512
topic: test
database:
host: MYSQL_HOST
port: FORWARDED_PORT
database: USER_DB
username: USERNAME
password: PASSWORD