godan

module
v0.0.0-...-b9d70b4 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2016 License: BSD-3-Clause

README

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

Directories

Path Synopsis
tools
ui
api

Jump to

Keyboard shortcuts

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