Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.1.0
-
None
-
None
Description
I'd like to propose a DAO connector to a complimentary Accumulo project: https://github.com/NationalSecurityAgency/datawave
Both these products utilise Accumulo as a database. DataWave generates an edge table and a shard table, and I think both of these could be sources of RDF for Rya (for different types of use cases). Essentially I see Rya as a useful query method for data stored in DataWave, and allowing for joining with other data sets stored within Rya. They also share support for GeoWave.
DataWave edges code: https://github.com/NationalSecurityAgency/datawave/blob/master/warehouse/core/src/main/java/datawave/edge/util/EdgeKey.java
DataWave documentation: https://code.nsa.gov/datawave/docs/2.6/getting-started/data-model#primary-data-table
If no-one else has started work on such a connector, I hope to find time to develop it over the coming months.