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

Supported Graph Databases ? #11

Open
mickdelaney opened this issue Jan 12, 2013 · 2 comments
Open

Supported Graph Databases ? #11

mickdelaney opened this issue Jan 12, 2013 · 2 comments

Comments

@mickdelaney
Copy link

Hi,

I'm just investigating the framework/tools at the moment, but am coming at it from the point of view of blueprints (java).
So i'm looking to build a graph solution utilitizing some remote graph database, e.g. Neo4j, OrientDB etc.
Is the intention of Blueprints.NET to support that type of scenario?

Regards
Mick

@ahzf
Copy link
Member

ahzf commented Jan 14, 2013

Such graphs could be implemented with Blueprints.NET... but currently that is not my highest priority.

In order to understand the intended architecture a bit better:

  • Blueprints.NET / Balder is an in-memory interface definition and implementation of a recursive generic property graph coming with some depended graphs (e.g. schema graphs) and optimized graph representations beside the omnipotent property graph (e.g. adjacency matrix, etc.pp) and graph operators mainly based on flow-based and reactive programing using the Vanaheimr subproject Styx. In the future there will also be ways to use the normal RX framework.
  • Bifrost is another Vanaheimr subproject which handles all kinds of remote graphs. In the future this project, in combination with Hermod (networking) and Walkyr (graph serialization formats), will also provide ways to connect to other graph processing and graph database projects like OrientDB, Neo4j and even Stardog. But don't expect that recursive generic Vanaheimr graphs can always be serialized to the graph representations of these projects. And don't expect this within the next 3-6 months.

Take care, that although Vanaheimr is heavily used within some production environments, its current intention is to be a project for graph and networking research.

Cheers
Achim

@mickdelaney
Copy link
Author

thanks for the feedback. i'll keep watching :-)

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

2 participants