Hello
Can we use oracle19c as the backend for datahub.
g
green-football-43791
06/07/2021, 6:27 PM
Hey Abishek- right now has 3 backend services- one for search indexing, one for document store, one for graph relationships. Each interface can be implemented however you like. Datahub ships with elasticsearch for search indexing, mysql for document store, and neo4j for graph relationships
green-football-43791
06/07/2021, 6:33 PM
If you're interested in implementing the document store using oracle19c- take a look at the EntityService interface