Documentation
¶
Index ¶
Constants ¶
View Source
const ( VersionMajor = 0 VersionMinor = 1 VersionPatch = 0 VersionReleaseLevel = "alpha" VersionReleaseNumber = 1 )
Version component constants for the current build.
Variables ¶
View Source
var GitVersion string
Set the GitVersion via -ldflags="-X 'github.com/bbengfort/otterdb/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package otter implements the otterdb service and is the primary entrypoint to the code.
|
Package otter implements the otterdb service and is the primary entrypoint to the code. |
|
Package replica manages replication between peers in an otterdb cluster.
|
Package replica manages replication between peers in an otterdb cluster. |
|
Package server implements the query server for making database queries to otterdb.
|
Package server implements the query server for making database queries to otterdb. |
|
Package web provides an implementation of a web UI that can be enabled to access and manage a single replica or the cluster of replicas if that replica is the leader.
|
Package web provides an implementation of a web UI that can be enabled to access and manage a single replica or the cluster of replicas if that replica is the leader. |
Click to show internal directories.
Click to hide internal directories.