Skip to content

krasio/gomate-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomate CLI

CLI for Gomate.

Usage

$ go build

$ ./script/start-redis.sh

$ GOMATE_REDIS_URL=redis://localhost:9999/0 ./gomate-cli load suburb < data/suburbs.json 
Connecting to Redis using redis://localhost:9999/0.
Loaded a total of 3 items.

$ GOMATE_REDIS_URL=redis://localhost:9999/0 ./gomate-cli query suburb well
Connecting to Redis using redis://localhost:9999/0.
Query suburb for "well":

  Wellington
  Welly

$ ./script/stop-redis.sh

License

MIT licence.

About

CLI for Gomate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published