davidhstocker / Graphyne

Graphyne is a smart graph - a property graph capable to actively reacting to changes and incorporating decision making logic, written in Python. It is designed to be easy to integrate into your Python projects, simple to use and very powerful. It uses Memetic as its graph definition and query language. It is capable of running with or without persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs "Schemaless" Entity support

davidhstocker opened this issue · comments

Right now, Graphyne is incapable of creating entities that are not already defined by a Memetic Meme. Memetic is awesome and all, but devs should be able to create a hello world graph without first writing XML, and presumably, they could get away with never, ever defining any schemas. We need to be able to define schemaless, generic entities at runtime, without a Memetic definition.