graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Request for documentation: 0 to neo4j-uuid in Docker #17

Closed Joshfindit closed 8 years ago

Joshfindit commented 8 years ago

A simple quick list of commands/config would be helpful. Starting from assuming Docker is installed and working, and ending with a running install that generates uuids as per defaults.

ikwattro commented 8 years ago

@Joshfindit would a docker-compose setup suit your needs? (I'm generally using docker-compose rather than plain docker commands)

Joshfindit commented 8 years ago

Yes, that would be just fine

Analect commented 8 years ago

@ikwattro Was wondering if you might be able to share the docker-compose discussed above (assuming it is available) ... and whether docker-compose examples might be available for some of the other related graphaware projects ... like neo4j-to-elasticsearch and graph-aided-search. I wasn't able to find anything docker-related on those repos, as yet. Thanks very much.

ikwattro commented 8 years ago

@Analect @Joshfindit There is the graph-aided-search-demo repository.

The idea for all plugins is the same. The only difference for graph aided search is the docker network setup (explained in the readme) because it needs bidrectional network between neo4j and es.

https://github.com/graphaware/graph-aided-search-demo

Analect commented 8 years ago

@ikwattro Missed this, so thanks for pointing it out.