# Functions
NewKVStore creates an instance of a KVStore.
NewService creates an instance of a Service.
# Constants
DefaultSourceID it the default source identifier.
DefaultSourceOrganizationID is the default source's organization identifier.
OpPrefix is the op prefix.
# Variables
DefaultSource is the default source.
# Structs
Bucket is a btree that implements kv.Bucket.
ForwardCursor is a kv.ForwardCursor which iterates over an in-memory btree.
KVStore is an in memory btree backed kv.Store.
Service implements various top level services.
Tx is an in memory transaction.