gecko

command module
v0.0.0-...-bb82ebc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 13 Imported by: 0

README

gecko

gecko is a configuration server used for fetching inserting user specified configurations that are set during etl jobs or frontend actions.

local setup

Make sure the below command matches whatever was specified in the init db script. For local, going to need to disable sslmode. Ex:

./init_postgres.sh
go build -o bin/gecko
kubectl port-forward svc/local-qdrant 6334:6334
./bin/gecko -db "postgresql://postgres:your_strong_password@localhost:5432/testdb?sslmode=disable" -port 8080 -qdrant-api-key "YOUR_API_KEY_GOES_HERE" -qdrant-host localhost -qdrant-port 6334
go test -v ./...

helm cluster setup

See helm charts for cluster setup.

starting integration with Qdrant

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.
tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL