Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions registry/neo4j.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
description = "Neo4j is a high-performance, native graph database with full ACID transactions, Cypher query language, and a flexible property graph model"
Comment thread
greptile-apps[bot] marked this conversation as resolved.
test = { cmd = "neo4j --version", expected = "{{version}}" }

[[backends]]
full = "http:neo4j"
Comment thread
mnm364 marked this conversation as resolved.
platforms = ["linux", "macos"]

[backends.options]
strip_components = "1"
url = "https://dist.neo4j.org/neo4j-community-{{ version }}-unix.tar.gz"
version_json_path = ".response.docs[].v"
# Maven Central's solrsearch caps responses at 200 rows with no pagination,
# so this lists only the 200 most recent versions (currently down to 3.5.0-rc01).
# All 4.x / 5.x / calver releases are covered; pre-3.5 versions can still be
# installed by pinning explicitly.
version_list_url = "https://search.maven.org/solrsearch/select?q=g:org.neo4j+AND+a:neo4j&core=gav&rows=200&wt=json"
Loading