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

Using Snowflake as a Triple Store vs. Traditional KG Databases

Avatar of Marcus N.Marcus N.
路Aug 15, 2022 06:26 AM

Does anybody have experience in using Snowflake as a triple store instead of a real KG database like Neptune?

6 comments

路 Sorted by Oldest
  • Avatar of nabeel
    nabeel
    路

    I don't but that definitely sounds intriguing. Our process generally involves taking data in snowflake and dumping into Neptune

  • Avatar of nabeel
    nabeel
    路

    Snowflake is really well optimized for analytical queries that from our experience are really non-performative in Neptune

  • Avatar of Michael G.
    Michael G.
    路

    We have seen customers use our tech to provide a semantic layer on top of relational data existing in snowflake.

  • Avatar of Marcus N.
    Marcus N.
    路

    So, there is no data replication and the transformation is on the fly when there is a request on the Sparql-Endpoint?

  • Avatar of Michael G.
    Michael G.
    路

    yes, precisely

  • Avatar of Michael G.
    Michael G.
    路

    and because the transformation is on the fly, you can have different transformations for the same data to support different "views" for different use cases.