Skip to content
/ gecko Public

A http server for wielding frontend configurations for dynamic data loading

License

Notifications You must be signed in to change notification settings

ACED-IDP/gecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
./bin/gecko -db "postgresql://postgres:your_strong_password@localhost:5432/testdb?sslmode=disable" -port 8080
go test -v ./...

helm cluster setup

See helm charts for cluster setup.

About

A http server for wielding frontend configurations for dynamic data loading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published