level-replicator icon indicating copy to clipboard operation
level-replicator copied to clipboard

WIP; Eventually consistent log-based multi-master replication for levelDB (@Level)

Results 8 level-replicator issues
Sort by recently updated
recently updated
newest added

I notice this line is commented: ``` //if (!--count) remote.destroy(); ``` Do you remember why you did this?

If I don't want to use multicast mode, what should I pass on the `peers` parameter. It looks like an array from the readme, but it seems to work with...

I am looking around for solutions to replicate a local LevelDB from C++ to a server. Wondering if it would be feasible to port level-replicator to C++? I'm actually looking...

How can I overwrite `createReadStream` to hide internal sublevels? How is used dependency `level-sublevel` in `level-replicator`? Should I pass to ``` db = replicate(db, replicateOptions); ``` `LevelUP` or `SubLevel` instance?

i'm wondering if there is the possibility to support multiple replication. eg: multiple databases on a single filesystem being replicated to multiple databases on another filesystem - named replication.

Would be awesome if this included DAT suppoort to allow easy replication for other consumers https://github.com/maxogden/dat

doesnt always work in some data centers, show examples with start lists.

new tests needed