I have made my multiplatform project MarykDB publi...
# feed
j
I have made my multiplatform project MarykDB public. It provides ways of storing, transferring, querying data in a Kotlin way. (See documentation and tests for examples) It can be used on iOS/macOS, JVM/Android and JS. I already use it in a private iOS, Android project and server project. I use it to sync exactly the data needed between clients and the server by http/websockets. The syncing is made easy since all data is stored in a versioned store. The persistence happens in RocksDB for which I created a separate multiplatform library: rocksdb-multiplatform. For cloud redundancy I would like to wrap https://github.com/rockset/rocksdb-cloud. There are no published artifacts yet, but this way I can collect feedback earlier and I can send reproducers for Kotlin 1.4 transition issues. Please don't hesitate to send me a message if you want to know more or even help. At a later stage I will write more to explain more about the project and how to work with it and create an example project. https://github.com/marykdb/maryk
👏 7
2