COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220207144623/https://github.com/topics/opencypher
Here are
18 public repositories
matching this topic...
A graph database as a Redis module
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
Updated
Feb 6, 2022
Jupyter Notebook
Incremental view maintenance for openCypher graph queries.
Updated
Mar 18, 2019
Scala
This tool transpiles openCypher graph query language to a relational database query language. This project publishes a T-SQL for Microsoft SQL Server as the target query language.
Updated
Nov 23, 2021
Rust
Metropolitan Transport Network from São Paulo mapped in a NoSQL graph database.
LALR grammar based Cypher parser using the grammar rules from the openCypher project.
Updated
Feb 28, 2019
Erlang
Cypher Query Language parser in Go.
Amazon Neptune JDBC Driver by Amazon Web Services
Proof of concept work to generate a realistic commerce graph using RedisGraph and OpenCypher.
Updated
Aug 5, 2020
Groovy
Updated
Feb 25, 2017
Python
A usecase of morpheus, the project from opencypher previously known as Cypher for Apache Spark
GrapyLite (Graph-Python-Lite) is developed to work as a lite knowledge graph engine in python.
Dockerimage of morpheus, the project from opencypher previously known as Cypher for Apache Spark
Updated
Apr 16, 2020
Dockerfile
Python wrapper tof OpenCypher language implementation in Redis data store
Updated
Apr 18, 2018
Python
Project for running the openCypher TCK tests
Updated
Jul 25, 2017
Java
Improve this page
Add a description, image, and links to the
opencypher
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
opencypher
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
CASE doesn't work well with null. This works as expected and prints 'works':
If we swap the first case from 2 to 3. It should print 'something went wrong', but instead it prints "doesn't work":