Hello Can we use oracle19c as the backend for dat...
# getting-started
r
Hello Can we use oracle19c as the backend for datahub.
g
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
If you're interested in implementing the document store using oracle19c- take a look at the EntityService interface
r
okay thanks for the information.