Coder Social home page Coder Social logo

alexandre-ricciardi / zawgl Goto Github PK

View Code? Open in Web Editor NEW
82.0 82.0 5.0 8.44 MB

Zawgl Database

License: MIT License

Rust 96.10% Java 3.57% Shell 0.01% Dockerfile 0.04% TypeScript 0.28%
database graph graph-database graphdatabase opencypher rust

zawgl's People

Contributors

alexandre-ricciardi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

zawgl's Issues

Pattern matching issue

The cypher request "match (p:Person), (m:Movie) create (m)<-[r:Played]-(p) return m, r, p" will not create as many relationship as needed because the pattern matching does not return the full cartesian product p x m. Likely to be a sub-graph isomorphism issue.

Please provide usage examples

This looks like an amazing project because Rust is awesome and so is openCypher.

Would you be openminded to add a little blurb to the README about how to import this like a library and run queries on it?

I'm tinkering with a medical records project (just sandbox data for now, nothing critical) and wanted an embedded database to go with it.

Sqlite is reliable but I really love openCypher, and i'm using rust. Can this be embedded in another rust crate like a graph DB library?

Edit: although, alas, I don't think I can use it since it's GPL3 and I wanted to license my project MIT/Apache for health companies to use. How committed are you to GPL3 vs other licenses which might allow folks to more easily commercialize products which use OneGraph?

User Defined Functions

Hello, is user defined functions on the roadmap for this database for cypher?
Great work by the way! This looks really cool!

Matching issue with labels

match (s:Person) where id(s) = $pid1 match (t:Person) where id(t) = $pid2 create (s)-[:IsFriendOf]->(new:Person {weight: $weight})-[:IsFriendOf]->(t) return new, s, t

Sometimes returns an empty set even if nodes exist, but when s and t labels are not provided the system behave as expected.

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.