Open
Description
🔍
- Did you search for existing issues?
Type of feedback
Feature request
Description
I need the ability to upload a json document in the expected KV format of [keys,...]: row , otherwise populating a large store from the client side will take weeks. The workaround: to deploy and include a source document in json format is inconvenient at the moment, since I am migrating away from another vendor's noSQL solution and is not in a complete state. Otherwise an ability to batch-set documents would be really helpful.
Steps to reproduce (if applicable)
- dump noSQL to JSON document
- write deno script to populate live KV store
- Wait
Expected behavior (if applicable)
No response
Possible solution (if applicable)
A web console based feature that will accept a (zipped?) JSON document and validate that the structure of the document is acceptable, then if so create/replace an existing KV store.
Additional context
No response