Skip to content

Instantly share code, notes, and snippets.

@phraniiac
Created April 24, 2020 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phraniiac/bf4aeac88a071a541264803faa7d2b31 to your computer and use it in GitHub Desktop.
Save phraniiac/bf4aeac88a071a541264803faa7d2b31 to your computer and use it in GitHub Desktop.
{
"cluster_id":"cluster-0",
"parent_path":"/",
"key":"root",
"trie": {
"/bucket_name": {
"/cluster-0": {
"/var-logs": {
"subtrie-keys":["log-1"],
}
}
}
}
},
//------------------
{
"cluster_id":"cluster-0",
"parent_path":"/bucket_name/cluster-0/var-logs",
"key":"log-1",
"trie": {
"/log-1": {
"/tree-1": {
"/test.log": {
trie.......
},
"/aa.log": {
"leaf: "true"
},
"/abc.log": {
"leaf: "true"
},
"/a.log": {
"leaf: "true"
},
"/b.log": {
"leaf: "true"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment