Skip to content

Setting default tag bucket in config file #12

@chungquantin

Description

@chungquantin

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"
+     }
   }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions