8000 GitHub - yitzikc/syncldb
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yitzikc/syncldb

Folders and files

NameName
Last commit message
Last commit 8000 date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SyncLdb - a replicator of live LevelDB databases

SyncLdb is a Python3 script allowing the content of a LeveDB database to be accessed by multiple users. This is accomplished by creating multiple replicas of LevelDB's directory structure, where the replicas use hard-links to the files comprising the original database, except for the LOCK file, which isn't replicated. The replication goes on continuously until the program is interrupted with Ctrl+C.

Note that no locking is provided. The user is advised to only access the LebelDB replicas for reading, however nothing is done to enforce this.

Usage: SyncLdb.py ldb_dir_path replica_dir_path

Requirements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0