mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
[titan-gremlin] Fix typo in README
This commit is contained in:
parent
6c58660a73
commit
307a9b119f
@ -1,4 +1,4 @@
|
||||
Runs the Gremlin console from the Titan Graph Database "all" distribution.
|
||||
Runs the Gremlin console from the Titan Graph Database's "all" distribution.
|
||||
|
||||
# Basic Usage
|
||||
|
||||
@ -18,7 +18,7 @@ the next use of gremlin.
|
||||
# Connecting to Cassandra and Elasticsearch Containers
|
||||
|
||||
First start containers for Cassandra and Elasticsearch, where the `--name` you choose
|
||||
can be arbitrary or left off to use a generated name.
|
||||
can be arbitrary or left off to use a generated name.
|
||||
_Note: Cassandra's Thrift port is exposed to allow for external usage, such as Titan Browser._
|
||||
|
||||
docker run -d --name cass -p 9160:9160 spotify/cassandra
|
||||
@ -33,7 +33,7 @@ such as
|
||||
|
||||
docker run -it --rm --link cass:cass --link es:es itzg/titan-gremlin
|
||||
|
||||
and with that you can follow the
|
||||
and with that you can follow the
|
||||
[Graph of the Gods example](http://s3.thinkaurelius.com/docs/titan/current/getting-started.html), such as
|
||||
|
||||
gremlin> GraphOfTheGodsFactory.load(g)
|
||||
@ -44,4 +44,3 @@ and with that you can follow the
|
||||
==>age=10000
|
||||
gremlin> saturn.in('father').in('father').name
|
||||
==>hercules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user