Documentation ¶
Overview ¶
vtcombo: a single binary that contains: - a ZK topology server based on an in-memory map. - one vtgate instance. - many vttablet instances. - a vtctld instance so it's easy to see the topology.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Main = &cobra.Command{ Use: "vtcombo", Short: "vtcombo is a single binary containing several vitess components.", Long: `vtcombo is a single binary containing several vitess components. In particular, it contains: - A topology server based on an in-memory map. - One vtgate instance. - Many vttablet instances. - A vtctld instance so it's easy to see the topology.`, Args: cobra.NoArgs, Version: servenv.AppVersion.String(), PreRunE: servenv.CobraPreRunE, RunE: run, } )
Functions ¶
This section is empty.
Types ¶
type DBDDL ¶
type DBDDL struct {
// contains filtered or unexported fields
}
DBDDL doesn't need to store any state - we use the global variables above instead
func (*DBDDL) CreateDatabase ¶
CreateDatabase implements the engine.DBDDLPlugin interface
Click to show internal directories.
Click to hide internal directories.