Giter Club home page Giter Club logo

Comments (3)

essenciary avatar essenciary commented on May 16, 2024

My experience with graph DBs is very limited so I can't say with any degree of certainty.

For a RDBMS the implementation should be pretty straightforward. SearchLight uses something like the bridge pattern in a structure similar to:
[1. SearchLight Developer API] > [2. DB specific SearchLight adapter] > [3. low level Julia DB library]
1 - exposes the querying API to the developer - normally it shouldn't be touched
3 - would be the neo4j Julia library
2 - would be the adapter between 1 and 3

The corresponding files for the current PostgreSQL implementation are:
1 - Genie.jl/lib/SearchLight/src/SearchLight.jl
2 - Genie.jl/lib/SearchLight/src/database_adapters/PostgreSQLDatabaseAdapter.jl
3 - https://github.com/JuliaDB/PostgreSQL.jl

I guess the only question is how easy would be to query the graph DB in a RDBMS manner - and by looking at the Ruby / Rails implementation, seems doable:
https://github.com/neo4jrb/neo4j

If you go down this path let me know, happy to help - I'm curious about it.

from genie.jl.

berzley avatar berzley commented on May 16, 2024

@datnamer Did you ever venture down this path or possibly with another graph DB?

from genie.jl.

datnamer avatar datnamer commented on May 16, 2024

@berzley nope. Ended up not needing to do so.

from genie.jl.

Related Issues (20)

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.