deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

[KV Feedback]:

Open jorjun opened this issue 1 year ago • 0 comments

🔍

  • [ ] 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)

  1. dump noSQL to JSON document
  2. write deno script to populate live KV store
  3. 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

jorjun avatar Oct 09 '24 08:10 jorjun