We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e816f44 commit a3ef96aCopy full SHA for a3ef96a
README.md
@@ -23,6 +23,7 @@ NOTE: These values will be used in your `.env`
23
1. Install necessary dependencies: `poetry install`
24
1. In `nodestream.yaml` add the following:
25
```yaml
26
+plugins:
27
- name: github
28
config:
29
github_hostname: github.example.com
@@ -37,6 +38,7 @@ NOTE: These values will be used in your `.env`
37
38
pipelines:
39
- name: github_repos
40
- name: github_teams
41
+targets:
42
database: neo4j
43
uri: bolt://localhost:7687
44
username: neo4j
0 commit comments