microsoft / cpp_client_telemetry

1DS C++ SDK
Apache License 2.0
87 stars 49 forks source link

IOfflineStorage bindings to support LevelDB #432

Open maxgolov opened 4 years ago

maxgolov commented 4 years ago

Some of our prospective customers use this technology: https://github.com/google/leveldb

This is of lower priority to most existing customers - since sqlite is generally part of OS, such as iOS, Mac, Android Room-to-Sqlite, Chromium, this will not yield direct benefit to the others.

However, LevelDB is:

Creating this item as a placeholder - Good first issue for an intern or hackathon project. Perhaps the customer needing it can take this on and contribute the PR.

larvacea commented 4 years ago

Thoughts regarding LevelDB and key-value stores:

Nothing here to say that LevelDB wouldn't work as IOfflineStorage. These are just things to be aware of going in.