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

Integrating Tabular Data with Neptune Graph: Seeking Experiences

Avatar of nabeelnabeel
·Nov 10, 2021 02:06 AM

If we want to materialize tabular data on top of a Neptune graph, has anyone had experience with this?

👀1

10 comments

· Sorted by Oldest
    • Avatar of nabeel
      nabeel
      ·

      my task here involves getting data and doing some transformations and outputting in tabular form

    • Avatar of nabeel
      nabeel
      ·

      so need to do like a batch job against my graph

    • Avatar of Charles I.
      Charles I.
      ·

      nabeel hello

    • Avatar of Charles I.
      Charles I.
      ·

      this is exactly the kind of use case Data Lens is for (my previous company)

    • Avatar of Charles I.
      Charles I.
      ·

      https://medium.com/data-lens?p=7a388597a7be

    • Avatar of Charles I.
      Charles I.
      ·

      If you contact Richard Loveday he can get you the latest version out with a free trial license I would think. Its super easy to use now too.

    • Avatar of nabeel
      nabeel
      ·

      i think we are more thinking the inverse of this

    • Avatar of Charles I.
      Charles I.
      ·

      ok got it.

    • Avatar of Avy Faingezicht
      Avy Faingezicht
      ·

      I think Ora L. had brought up data lens in our previous conversation 🙂 we have pretty much built a bare bones version of this in house for better and for worse… As Nabeel mentioned we’re trying to figure out the inverse: how to present summarized/integrated views from the graph to users that are accustomed to relational/tabular data.

    • Avatar of Dimitris K.
      Dimitris K.
      ·

      there is some work in mapping RDF to JPA (Java persistence), I am not very familiar with the details but maybe there is a way to use that approach and persist the data to different storage systems. I mean use the Java object as the intermediate form to map between storage systems https://hobbitdata.informatik.uni-leipzig.de/quweda/quweda2017/QuWeDa_2017_paper_8.pdf