Miles Mathis' Charge Field
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quantum Theory with Apache's Tinkerpop - Gremlin

Go down

Quantum Theory with Apache's Tinkerpop - Gremlin Empty Quantum Theory with Apache's Tinkerpop - Gremlin

Post by Cr6 Tue Mar 07, 2017 11:37 pm

Found this interesting as a new "tool":

https://tinkerpop.apache.org/#

http://www.slideshare.net/slidarko/gremlins-graph-traversal-machinery



Rodriguez, M.A., Watkins, J.H., "Quantum Walks with Gremlin," GraphDay '16 Proceedings, Austin Texas, January 2016.

https://www.slideshare.net/slidarko/quantum-processes-in-graph-computing

Quantum Theory with Apache's Tinkerpop - Gremlin Graph-vs-table

The Benefits of Graph Computing

A graph is a structure composed of vertices and edges. Both vertices and edges can have an arbitrary number of key/value-pairs called properties. Vertices denote discrete objects such as a person, a place, or an event. Edges denote relationships between vertices. For instance, a person may know another person, have been involved in an event, and/or was recently at a particular place. Properties express non-relational information about the vertices and edges. Example properties include a vertex having a name, an age and an edge having a timestamp and/or a weight. Together, the aforementioned graph is known as a property graph and it is the foundational data structure of Apache TinkerPop.

If a user's domain is composed of a heterogenous set of objects (vertices) that can be related to one another in a multitude of ways (edges), then a graph may be the right representation to use. In a graph, each vertex is seen as an atomic entity (not simply a "row in a table") that can be linked to any other vertex or have properties added or removed at will. This empowers the data modeler to think in terms of actors within a world of complex relations as opposed to, in relational databases, statically-typed tables joined in aggregate. Once a domain is modeled, that model must then be exploited in order to yield novel, differentiating information. Graph computing has a rich history that includes not only query languages devoid of table-join semantics, but also algorithms that support complex reasoning: path analysis, vertex clustering and ranking, subgraph identification, and more. The world of applied graph computing offers a flexible, intuitive data structure along with a host of algorithms able to effectively leverage that structure.

Cr6
Admin

Posts : 1178
Join date : 2014-08-09

https://milesmathis.forumotion.com

Back to top Go down

Quantum Theory with Apache's Tinkerpop - Gremlin Empty Re: Quantum Theory with Apache's Tinkerpop - Gremlin

Post by Cr6 Sat Mar 11, 2017 8:55 pm

This app "Grakn" is based on Tinkerpop. Looks pretty text heavy overall and not that adaptable for a Charge Field- Molecule type engine ... has a decent looking rules engine that can load from JSON/SQL etc. and can write to/from a database:

https://grakn.ai/pages/documentation/grakn-dashboard/visualiser.html

Cr6
Admin

Posts : 1178
Join date : 2014-08-09

https://milesmathis.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum