GithubHelp home page GithubHelp logo

query interface about fabric HOT 1 OPEN

jaygray0919 avatar jaygray0919 commented on July 1, 2024
query interface

from fabric.

Comments (1)

spy16 avatar spy16 commented on July 1, 2024 1

Hey. Thanks for considering the project. But i have to clarify few things. Even though it is described as triple store in the descriptions it is in fact not even close to becoming one.

Fabric was built as a quick solution to some other experimental project i was working on (it was built as a separate project hoping it can become something of a triplestore eventually).
Requirements for that were very simple:

  1. Need to store triples. Just the subject->predicate->object relation in some way.

  2. Simple query interface. Few examples:

    • bob knows ? - who are Bob's acquaintances ?
    • ? knows bob - who knows Bob?
    • Bob ? Alice - what are the relations between Bob and Alice?
    • A* knows Bob - Return everyone who knows Bob and has name starting with A.

But the experimental project i was working on changed direction and i stopped working on fabric. So at this moment only similarity Fabric has with a full-fledged triple-store is that fabric has something called a triple. Even though it has a REST API for managing/querying triples and also a GraphViz based plotting, it lacks in the following:

  • SPARQL or even a subset of it is NOT supported.
  • Does not conform to any standards like RDF
  • Does not really have any specific optimizations for triples.

Sorry to disappoint you here. I would recommend you take a look at https://en.wikipedia.org/wiki/Comparison_of_triplestores for mature (and real) triple stores.

from fabric.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.