https://github.com/google/cayley
Raw File
Tip revision: 0508015d04d590a9b6611223bdd4c21feb835304 authored by Denys Smirnov on 15 July 2016, 20:59:14 UTC
gremlin: string values defaults to quad.String typed, and are parsed for IRI and BNode-like values
Tip revision: 0508015
app.yaml
application: cayley-test
version: 1
runtime: go
api_version: go1.4.1

handlers:
- url: /.*
  script: _go_app
back to top