Skip to content

A github action to run cypher queries from your git repo directly onto a neo4j database

License

Notifications You must be signed in to change notification settings

cbastn/cypher-shell-docker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Cypher-Shell Action

This action connects to a neo4j database and runs the cypher query in the file or files in a directory specified.

Inputs

Address

Required The address of the neo4j database localhost:7687.

Username

Required The username to connect to the database neo4j.

Password

Required The password to connect to the database password.

File

Required The directory path or file path containing the cypher query to run ..

Example usage

uses: actions/checkout@v2
uses: cbastn/cypher-shell-docker@v1
with:
  address: ${{ secrets.Address }}
  username: ${{ secrets.Username }}
  password: ${{ secrets.Password }}
  file: './Sample.cypher'

About

A github action to run cypher queries from your git repo directly onto a neo4j database

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •