Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
query-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Microservices
query-service
Commits
07581f87
Commit
07581f87
authored
3 months ago
by
Dorus
Browse files
Options
Downloads
Patches
Plain Diff
chore: added instructions to readme
parent
aac0e353
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/manual_mode/README.md
+17
-1
17 additions, 1 deletion
src/manual_mode/README.md
with
17 additions
and
1 deletion
src/manual_mode/README.md
+
17
−
1
View file @
07581f87
To run a neo4j db container locally
# run a neo4j db container locally
## Using docker
```
docker run --rm --name neo4j -p 7687:7687 -p 7474:7474 -d --env NEO4J_AUTH=neo4j/password neo4j:latest
...
...
@@ -12,3 +14,17 @@ To access the neo4j container
docker exec -it neo4j bin/cypher-shell -u neo4j -p password
```
# Use the query service
From
`query-service`
```
bun run src/manual_mode [uri] [username] [password] [output filename]
```
`uri`
will default to
`localhost:7687`
`username`
will default to
`neo4j`
`password`
will default to
`password`
`output filename`
will default to
`output.json`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment