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

Allow multiple storage backends for Node data #1

Open
niho opened this issue Dec 29, 2011 · 0 comments
Open

Allow multiple storage backends for Node data #1

niho opened this issue Dec 29, 2011 · 0 comments
Milestone

Comments

@niho
Copy link
Owner

niho commented Dec 29, 2011

The intention is to allow you to use any ActiveModel-like storage backend you want to store the Node data. Currently Related stores a node as a Redis hash using Related::Entity which is a simple ActiveModel-like object-hash-mapper. The querying of the graph is largely decoupled from the storage layer and implemented in the Related::Node::QueryMethods module and Related::Node::Query class. Adding the same graph querying ability to any other compatible class should therefore be fairly trivial.

niho added a commit that referenced this issue Feb 9, 2012
niho added a commit that referenced this issue Feb 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant