Implementing backend db like ES (JSON friendly graph db) #99
Replies: 1 comment 2 replies
-
Hi @daniellefisla, I'm not an expert about Elastic Search, but I'll assume it's a sort of NO-SQL database management system (DBMS) for storing JSON documents. Depending on what your needs are, solutions may vary from trivial to moderately articulated. Targetting the A prior bachelor's student of mine did a similar experiment with Neo4J, a few years ago. |
Beta Was this translation helpful? Give feedback.
-
Hi, would it be possible to store all facts, predicates, in a backend solution like ElasticSearch? I noticed the JSON serialization is already implemented, would it be possible to create like an abstraction layer for a backend engine?
I am trying to figure out the effort and how much would need to be refactored.
Is there a common data structure and access point class I should look at?
thank you
Beta Was this translation helpful? Give feedback.
All reactions