Knowledge Graph Technology Showcase Honest Review: Ontotext GraphDB (Winter UPDATE 2023 E7)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 7

  • @alioungorDIOUF-f4e
    @alioungorDIOUF-f4e 4 หลายเดือนก่อน

    HI Ashleigh, as you did with your configuration because I had a problem with the configuration.

  • @mikecanavan6184
    @mikecanavan6184 11 หลายเดือนก่อน +1

    Hi Ashleigh, I'm the VP of Sales for an emerging Knowledge Graph company, Kobai.. Appreciate your channel.

  • @DavidMedinets
    @DavidMedinets 5 หลายเดือนก่อน +1

    Thanks for producing this video. I did not realize that GraphDB was so advanced. This feature is very relevant since I have a process to turn all of my data into RDF/TTL. I now wonder how GraphDB compares to Neo4j and AWS Neptune. I have a dataset that updates monthly that is roughly 700MB in Neo4j. It would be interesting to compare technologies.

    • @AshleighFaith
      @AshleighFaith  5 หลายเดือนก่อน

      I know Neo just came out with a csv to graph library and they also have neosemantics that converts to RDF. Neptune doesn’t have a native data science studio but they obviously have sagemaker and all the other ML tools that you can use in their suite.
      And yah, I have wanted to do a side by side with the same dataset and queries over all the graph databases I have reviewed but I just haven’t found the time yet!

    • @DavidMedinets
      @DavidMedinets 5 หลายเดือนก่อน +1

      @@AshleighFaith Hi. In my situation, the source files are compressed S3 objects. Our infrastruture policy did not allow creating a large temporary EBS volume to hold a copy of the data. Therefore, I wrote a python script to read the files in S3, then pump the data into Neo4j. This approach traded local volume size for import speed. This comment is apropos of nothing. I just wanted to vent. :)

    • @AshleighFaith
      @AshleighFaith  5 หลายเดือนก่อน

      @DavidMedinets we all need to do that sometimes! But I’m glad you shared your work-around because that’s the real value of sharing knowledge.