track.distributed package¶
Submodules¶
track.distributed.cockroachdb module¶
-
class
track.distributed.cockroachdb.CockRoachDB(location, addrs, join=None, clean_on_exit=True)[source]¶ Bases:
objectcockroach db is a highly resilient database that allow us to remove the Master in a traditional distributed setup.
This spawn a cockroach node that will store its data in location
Attributes: - build
- client_flags
- node_id
- sql
- status
- webui
Methods
parse start stop wait -
build¶
-
client_flags¶
-
node_id¶
-
sql¶
-
status¶
-
webui¶