github-linguist/linguist

Add Language: OpenCypher

Open

#5,849 创建于 2022年4月4日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Ruby (5,166 fork)batch import
Add LanguageGood First Issue

仓库指标

Star
 (13,466 star)
PR 合并指标
 (平均合并 102天 5小时) (30 天内合并 19 个 PR)

描述

Language name

Cypher, OpenCypher - the query language for Neo4j.

Cypher is a declarative graph query language that allows for expressive and efficient data querying in a property graph.[1]

Cypher was largely an invention of Andrés Taylor while working for Neo4j, Inc. (formerly Neo Technology) in 2011.[2] Cypher was originally intended to be used with the graph database Neo4j, but was opened up through the openCypher project in October 2015.[3]

The language was designed with the power and capability of SQL (standard query language for the relational database model) in mind, but Cypher was based on the components and needs of a database built upon the concepts of graph theory. In a graph model, data is structured as nodes (vertices in math and network science) and relationships (edges in math and network science) to focus on how entities in the data are connected and related to one another.

source: https://en.wikipedia.org/wiki/Cypher_(query_language)

More specific resources re: Cypher's Grammar :)

existing syntax highlighting packages:

URL of example repository

URL of syntax highlighting grammar

Most popular extensions

Detected language

贡献者指南