I am trying to implement data mesh concept in a business related application. Let me describe first:
Already used data HDFS, hive and cassandra_database to manage data.
1: According to my knowledge, in data mesh concept multiple databases, on-premise data, data lake and data warehouses are connected in a single point, distributed those data. here each data warehouses, data lakes or databases are one one NODE for data mesh. Is this overall concept correct for data mesh ?
2: How to implement in my project,i am trying with graphDb database because it support cluster connection to another database as master and worker node(repository).
3: Can i check with another platform, other than graphDb. like neo4j, is it possible ?
Anyone can help to implement data mesh technology in my project or any reference to implement.
AFAIK, the
data mesh
concept is to decentralize the data warehouses and data lakes into multiple domains. So, you alone can't do everything. You need governance policies too. It's not like deploying everything under a single node. It works in a distributed manner too. You need to understand thoroughly.