heapwolf / level-replicator

WIP; Eventually consistent log-based multi-master replication for levelDB (@Level)
MIT License
70 stars 11 forks source link

Possibility of C++ port? #21

Open adamski opened 9 years ago

adamski commented 9 years ago

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 for a lightweight alternative to Couchbase-lite that I can compile into my app.

heapwolf commented 9 years ago

Yes, def. This (well, something similar, has been at the top of my list recently)