Skip to content

etcdir is Tool to store in etcd while maintaining directory structure.

Notifications You must be signed in to change notification settings

kubotak-is/etcdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcdir

etcdir is Tool to store in etcd while maintaining directory structure.

Example And Usage

For example local directory tree

etc
├── sample1
│   ├── file1
│   └── file2
└── sample2
    ├── file3
    └── file4

etcdir Command usage

./etcdir -d etc -n {node1, node2...}
/sample1/file1
/sample1/file2
/sample2/file3
/sample2/file4

Read file contents and store values ​​in etcd using directory structure as key

Development

docker-compose up -d --build

run etcdkeeper http://localhost:8080 edit etcd host is etcd:2379

Test

TODO

About

etcdir is Tool to store in etcd while maintaining directory structure.

Resources

Stars

Watchers

Forks

Packages

No packages published