Hi All, I wanted to discuss a new feature addition to Metamodel.
Feature addition: - Add support to work with graph databases in Metamodel. Reason: - As metamodel is the storage abstraction layer above most of the well know datastores, graph databases are getting used more and more. Isn't it time to add that support if possible? Challenges: - Graph databases are quite different in the way they store, the API and the query language used is quite different so it might not be straightforward to add this. I specifically checked the Neo4J database and it does have a Java API for querying, it also has Spring Data project(do not know if we can use that or use some aspect from it). If someone has used a graph database through Java and also is using Metamodel may be can provide some valuable insights. Do please share your thoughts on the same. Regards Ankit
