track.distributed package

Submodules

track.distributed.cockroachdb module

class track.distributed.cockroachdb.CockRoachDB(location, addrs, join=None, clean_on_exit=True)[source]

Bases: object

cockroach 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
parse(self, properties, line)[source]
sql
start(self, wait=True)[source]
status
stop(self)[source]
wait(self)[source]
webui

Module contents