ericpinet / ConnectLife

Home Automation system
3 stars 0 forks source link

Refactor environment with Direct Persistence Layer #54

Closed ericpinet closed 8 years ago

ericpinet commented 8 years ago

To improve the capability of the data structure of the environment, try to use the Direct Persistence Layer products to create a persistence set of objects in memory during the execution.

Products to try or look up:

I choose the Neo4j (Graph Database) to solve this issue. This is the todo list:

ericpinet commented 8 years ago

I will try to use the Neo4j embeded : http://www.neo4j.com/docs/java-reference/current/index.html#tutorials-java-embedded

ericpinet commented 8 years ago

Completed in pull request #61