paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.57k stars 165 forks source link

tecbot/gorocksdb Not Uploaded #125

Closed soiya closed 1 year ago

soiya commented 1 year ago

The import statement in cmd/dbscanserv/app/cmd.go references "juno/third_party/forked/tecbot/gorocksdb" https://github.com/paypal/junodb/blob/f1899e49c5a66c0c02de2d9b26588ae0c8d691ed/cmd/dbscanserv/app/cmd.go#L32

but only golang/glog exists under the juno/third_party/forked directory. Is this intentional?

image
NeetishPathak commented 1 year ago

Third party dependencies are pulled during build https://github.com/paypal/junodb/blob/main/third_party/apply_patch.sh

soiya commented 1 year ago

Thank you! Now that I understand this was intentional, I will close this issue.