The Knowledge Graph Conference Icon
The Knowledge Graph Conference
  • 🏠Home
  • 📅Events
  • 👤Members
  • 🔵Announcements
  • 🔵Ask
  • 🔵Ask The Ontologists
  • 🔵Events
  • 🔵Jobs
  • 🔵Promotions
  • 🔵Share
Powered by Tightknit
Ask
Ask

Seeking Guidance on MDM Solutions with Graph Technologies

Avatar of VikramVikram
·Nov 30, 2020 05:56 PM

I am working on building a MDM solution using graph technologies on top of Relational Databases. Appreciate if anyone with knowledge/expertise in this area can share any information about tools, documentation or examples to start with.

👍3

20 comments

· Sorted by Oldest
      • Avatar of Scott Benson
        Scott Benson
        ·

        Vikram We would love to have the chance to discuss your project and explore wether or not Fluree might be able to help. - Flur.ee

      • Avatar of François S.
        François S.
        ·

        Sounds like an interesting topic Vikram. Could you please share more about your project? (Maybe on the 🔒[private feed] channel?)

        👍2
      • Avatar of Martynas J.
        Martynas J.
        ·

        https://ontop-vkg.org/

        👍2
      • Avatar of Keith M.
        Keith M.
        ·

        I can recommend my company’s product reactivecore.com feel free to DM here or https://www.linkedin.com/in/kmcorbett/

      • Avatar of Douglas Moore
        Douglas Moore
        ·

        I looked at Ontop… can it be used to run sparql over a triple store type table (stored behind the JDBC driver)?

      • Avatar of Martynas J.
        Martynas J.
        ·

        Douglas Moore what do you mean with "a triple store type table"?

      • Avatar of Martynas J.
        Martynas J.
        ·

        AFAIK it can be run over any relational DB

      • Avatar of Martynas J.
        Martynas J.
        ·

        as long as you provide an R2RML mapping: https://www.w3.org/TR/r2rml/

      • Avatar of Douglas Moore
        Douglas Moore
        ·

        Martynas J. e.g. create table triple (s string, p string, o string);

      • Avatar of Martynas J.
        Martynas J.
        ·

        my guess it should work

      • Avatar of Martynas J.
        Martynas J.
        ·

        take a look at https://www.w3.org/TR/rdb-direct-mapping/

      • Avatar of Martynas J.
        Martynas J.
        ·

        alternatively, you could dump the data as CSV

      • Avatar of Martynas J.
        Martynas J.
        ·

        and then use a converter such as https://github.com/AtomGraph/CSV2RDF

      • Avatar of Martynas J.
        Martynas J.
        ·

        but that would be ETL of course, and not a virtual KG

      • Avatar of Douglas Moore
        Douglas Moore
        ·

        I’m looking to run 1T triples+ for OLAP / Data Integration type use cases. My first choice in technologies are Databricks, Spark, Delta Lake format. OnTop sounds promising as it pushes work down to the underlying SQL engine.