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

Using dashing-rails without Redis? #88

Open
wilfredwee opened this issue May 27, 2016 · 4 comments
Open

Using dashing-rails without Redis? #88

wilfredwee opened this issue May 27, 2016 · 4 comments

Comments

@wilfredwee
Copy link

Due to several reasons, using Redis is out of the question for my project. Does dashing-rails support a use case without Redis? The original Dashing project does not have a Redis dependency, though I need to use Dashing with Rails.

@gottfrois
Copy link
Owner

How do you plan to push/pull your widgets data? I had a work in progress branch that would abstract the broker in order to use something else, but I did not took the time to finish it.

@wilfredwee
Copy link
Author

How does the original Dashing achieve push/pull widgets data without Redis? Is it possible to use the same mechanism?

@gottfrois
Copy link
Owner

They directly push the data through the web-socket. Redis is here just to help you pushing data from a separated application for example. It serves as a broker.

Now you are probably right, it should be abstracted and not mandatory.

@wilfredwee
Copy link
Author

Thanks for clarifying that :)

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

2 participants