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

Support for Netflix Dynomite as storage backend #331

Closed
leowmjw opened this issue Aug 12, 2017 · 4 comments
Closed

Support for Netflix Dynomite as storage backend #331

leowmjw opened this issue Aug 12, 2017 · 4 comments

Comments

@leowmjw
Copy link

leowmjw commented Aug 12, 2017

I am interested in using Dynomite instead of Cassandra as the backend. Where to look in the code base to make the necessary changes and what interfaces need to be implemented?

Any pointers would be great; thanks!

@yurishkuro
Copy link
Member

Storage implementations are defined here: https://github.com/uber/jaeger/tree/master/plugin/storage

Is there a Go driver for dynomite?

@black-adder
Copy link
Contributor

According to this blog: https://medium.com/netflix-techblog/introducing-dynomite-making-non-distributed-databases-distributed-c7bce3d89404 Dynomite can be used with a golang redis client.

I'm not overly familiar with how redis indexes work so before we start this project, I'd like to see the redis schema that allows searching spans by tags, logs, duration, timestamp, service, and operation.

@leowmjw
Copy link
Author

leowmjw commented Aug 13, 2017

@yurishkuro Thanks for the pointer! Unfortunately looks like the only official driver is in Java 😿 --> https://github.com/Netflix/dyno ; looks like the first step is to port dyno to golang

@yurishkuro yurishkuro changed the title Support for Dynomite instead of Cassandra as backend Support for Netflix Dynomite as storage backend Sep 22, 2017
@yurishkuro yurishkuro mentioned this issue Sep 22, 2017
8 tasks
@jpkrohling jpkrohling added enhancement help wanted Features that maintainers are willing to accept but do not have cycles to implement area/storage labels Jun 29, 2018
@yurishkuro
Copy link
Member

Don't see this moving forward.

@yurishkuro yurishkuro added wontfix and removed help wanted Features that maintainers are willing to accept but do not have cycles to implement labels Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants