Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Conf *models.Config
Global Access to Config
Functions ¶
func LoadConfig ¶
LoadConfig from @configFile (read from disk?) also available is a
func LoadConfigString ¶
LoadConfigString from @config data confl format
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the main DataUX server, the running process and responsible for:
- starting *listeners* - network transports/protocols (mysql,mongo,redis)
- routing requests through *Handlers*(plugins) which filter, transform, log, etc
- connecting front-end requests to the execution/planning engine
func (*Server) RunListeners ¶
func (m *Server) RunListeners()
RunListeners a blocking runner, that starts [mysql,?] tcp listeners and returns if connection to listeners cannot be established
Click to show internal directories.
Click to hide internal directories.