edma icon indicating copy to clipboard operation
edma copied to clipboard

Setting default tag bucket in config file

Open chungquantin opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Using database with keyspaces like tree / column is not a very good experience. Every time we want to see the data, we have to enter the command for TREE or COLUMN.

Describe the solution you'd like Adding a default tag bucket in EDMA config file

{
  "databases": [
   {
     "name": "sled",
     "path": ...,
+    "tags": {
+     "tree": "name-of-tree"
+     }
   }
  ]
}

chungquantin avatar Jan 27 '23 13:01 chungquantin