Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement a naive version of meta management system based on etcd #24

Closed
Tracked by #21
imotai opened this issue May 22, 2022 · 0 comments · Fixed by #25
Closed
Tracked by #21

implement a naive version of meta management system based on etcd #24

imotai opened this issue May 22, 2022 · 0 comments · Fixed by #25

Comments

@imotai
Copy link
Contributor

imotai commented May 22, 2022

Etcd Path rules for rtstore

/rtstore
|
 \_tables/test.eth -> data // store meta for table 
|
 \_nodes_0/127.0.0.1_8989 -> data // store meta for frontend node
|
 \_nodes_1/127.0.0.1_9191 -> data // store meta for meta node
|
 \_nodes_2/127.0.0.1_9292 -> data // store meta for memory node
|
 \_nodes_3/127.0.0.1_7979 -> data // store meta for compute node
@imotai imotai mentioned this issue May 22, 2022
10 tasks
@imotai imotai linked a pull request May 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant