Skip to content
forked from zlowram/godan

A distributed and scalable service discovery tool

License

Notifications You must be signed in to change notification settings

jvgutierrez/godan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godan-dist

WIP

godanserver backends

Right now godanserver support the following backends:

  • MySQL
  • ElasticSearch

To switch between backends you need to modify the godanserver config file (godanserver.toml) and set the right Type value ### MySQL config

[DB]
Type = "mysql"
Host = "db"
Port = "3306"
Username = "godan"
Password = "change_this_pwd!"
Name = "godan"

### ElasticSearch config

[DB]
Type = "elasticsearch"
Host = "db"
Port = "9200"
Username = "godan"
Password = "change_this_pwd!"
Name = "godan"

Note: ElasticSearch currently ignores Username & Password parameters

About

A distributed and scalable service discovery tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 52.5%
  • JavaScript 22.3%
  • HTML 19.9%
  • CSS 2.9%
  • Makefile 1.0%
  • Shell 0.8%
  • Erlang 0.6%