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 RethinkDB Changefeeds #21

Open
Morgul opened this issue Jul 17, 2015 · 0 comments
Open

Implement RethinkDB Changefeeds #21

Morgul opened this issue Jul 17, 2015 · 0 comments

Comments

@Morgul
Copy link
Member

Morgul commented Jul 17, 2015

The goal is to use RethinkDB's changefeed support as our synchronization mechanism.

As far as I can see it, this involves removal of the update function, instead listening for the change event from thinky.

@whitelynx: Looking at the code for BaseEntity, I think we just implemented our behavior system a little poorly. We should be binding to properties on entityDef directly, not overwriting it's save function, or any of that BS. We should probably audit the behaviors, and make sure that we're not doing too much work that we shouldn't need to be done.

@Morgul Morgul added this to the v0.8.0 - Basic Gameplay milestone Jul 17, 2015
@Morgul Morgul added in progress and removed ready labels Aug 10, 2015
@Morgul Morgul changed the title Implement RethinkDB Chancefeeds Implement RethinkDB Changefeeds Aug 13, 2015
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