15 Commits

Author SHA1 Message Date
dependabot-preview[bot]
0568f049bd
Bump neo4j from 3.5.8 to 3.5.9 in /neo4j
Bumps neo4j from 3.5.8 to 3.5.9.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-06 04:23:18 +00:00
roschaefer
66ed78e19b Remove a lot of unused code, reduce graphql schema 2019-09-05 03:20:32 +02:00
roschaefer
67f5dd53e2 Remove the custom entrypoint from the docker image
.. add documentation how to setup indices manually.
2019-08-25 13:03:46 +02:00
roschaefer
51b734275a The name of the hashtag is now it's ID
`name` was just a redundant attribute
2019-08-16 01:49:29 +02:00
Robert Schäfer
423f7de40d Linux distro of neo4j image suddenly debian based
So replace `apk` with `apt-get`...
2019-08-01 23:10:01 +02:00
dependabot-preview[bot]
d4cce87e91
Bump neo4j from 3.5.5 to 3.5.8 in /neo4j
Bumps neo4j from 3.5.5 to 3.5.8.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 04:22:07 +00:00
Robert Schäfer
cec3eddcef Fix more test cases 2019-07-15 18:35:38 +02:00
Alina Beck
4725f41a0d update neo4j readme 2019-07-08 18:26:22 +02:00
Robert Schäfer
900b05c280 Automatically push neo4j docker image to dockerhub 2019-06-05 00:31:54 +02:00
Robert Schäfer
d2130d64f4 Write documentation for Neo4J
@Tirokk FYI
2019-06-05 00:31:54 +02:00
Robert Schäfer
82ce576ba4 Setup db indexes constraints on neo4j startup
Credits go to @javamonkey79
See here: https://github.com/neo4j/docker-neo4j/issues/166
2019-06-05 00:11:38 +02:00
Robert Schäfer
bcc2c4dbbb Configure scripts and docker-compose.yml
After endless try/error I found the way to share volumes between
multiple docker-compose.ymls: You have to place those files in the same
folder. Also the import scripts must be adapted.
2019-05-07 21:48:09 +02:00
Robert Schäfer
13906c29aa Setup unique constraints on ids
This will
* speed up data import from production
* make sure we never have the same ids on certain labels
2019-05-07 19:23:42 +02:00
dependabot[bot]
2fa0635658
Bump neo4j from 3.5.4 to 3.5.5 in /neo4j
Bumps neo4j from 3.5.4 to 3.5.5.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-30 11:28:54 +00:00
Robert Schäfer
c7a08b792e Move maintenance & neo4j in dedicated folders 2019-04-23 23:12:16 +02:00