Skip to content

Instantly share code, notes, and snippets.

View davebshow's full-sized avatar

David Michael Brown davebshow

  • Vancouver Island
View GitHub Profile
# start GremlinServer
# bin/gremlin-server.sh conf/gremlin-server-rest-modern.yaml
from gremlin_python import statics
from gremlin_python.process.graph_traversal import GraphTraversal
from gremlin_python.process.graph_traversal import GraphTraversalSource
from gremlin_python.process.graph_traversal import __
from gremlin_python.process.traversal import RawExpression
from gremlin_python.driver.rest_remote_connection import RESTRemoteConnection
from gremlin_python.structure.remote_graph import RemoteGraph
@peterlozano
peterlozano / Makefile
Last active April 25, 2020 16:31
Spain map.
all: es.json
es.json: subunits.json places.json provinces.json
topojson \
-o es.json \
--id-property SU_A3 \
--properties name=NAME \
-- \
subunits.json \
provinces.json \