We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@powerkimhub (cc. @seokho-son)
CB-Tumblebug에서는 cb-store와 sqlite를 활용해 메타데이터/데이터를 운영 및 관리하고 있는데요.
이후 CB-Tumblebug에서 메타데이터/데이터 저장소의 개선을 계획하고 있습니다. 관련하여 cb-store에 한 가지 궁금한 사항이 있어 문의드립니다(유용한 디자인 패턴을 살리고자 문의드리는 사항입니다).
아래 Get(), GetList()의 리턴 타입이 String 형태의 Value 대신, KeyValue 객체를 리턴하도록 되어 있던데요. 디자인 상에서 어떤 의도가 있으셨는지 궁금합니다.
String
KeyValue
cb-store/store-drivers/etcd-driver/etcd-driver.go
Lines 113 to 166 in 5e7c866
The text was updated successfully, but these errors were encountered:
@yunkon-kim (@seokho-son
[GetList]
실제 Key를 확인
[Get]
Sorry, something went wrong.
@powerkimhub
(KV store에서 값을 얻은 이후) KeyValue가 여러 부분에서 활용되는 측면까지 고려하신 설계로 이해하였습니다. 설명해주셔서 감사합니다.
powerkimhub
No branches or pull requests
@powerkimhub (cc. @seokho-son)
CB-Tumblebug에서는 cb-store와 sqlite를 활용해 메타데이터/데이터를 운영 및 관리하고 있는데요.
이후 CB-Tumblebug에서 메타데이터/데이터 저장소의 개선을 계획하고 있습니다. 관련하여 cb-store에 한 가지 궁금한 사항이 있어 문의드립니다(유용한 디자인 패턴을 살리고자 문의드리는 사항입니다).
아래 Get(), GetList()의 리턴 타입이
String
형태의 Value 대신,KeyValue
객체를 리턴하도록 되어 있던데요. 디자인 상에서 어떤 의도가 있으셨는지 궁금합니다.cb-store/store-drivers/etcd-driver/etcd-driver.go
Lines 113 to 166 in 5e7c866
The text was updated successfully, but these errors were encountered: