Damon Feldman
Damon Feldman
Updated Request Logging to show v23 format, including timestamps.
DQL and GraphQL upserts are not well documented, to include both JSON and RDF forms etc.
The Query Variable page (https://dgraph.io/docs/query-language/query-variables/) is confusing in how it differs from Value Variables. I was expecting "Query Variables" to describe how to send an external value into the query...
This topic of updating the schema only included GraphQL instructions. Added a brief note about DQL by linking to the admin/schema page.
v22 cluster-setup refers to getting started for simple setup, also cluster-types omits command lines
The page https://dgraph.io/docs/deploy/cluster-setup/ says "Tip For a single server setup, recommended for new users, please see [Get Started](https://dgraph.io/docs/get-started/) page." but that page is about querying and no longer has any...
Dgraph metrics allow counting of successful and errored queries and mutations, as well as latency averages, but this is not documented, and the metric names are called "latency" which is...
Generally, all functions in all docs should be documented with their input paramters, parameter types, and return type to be complete, but lambda functions do not include types. Also it...
We do not currently duplicate the various configuration flags reported by dgraph alpha --help and dgraph zero --help in the documentation. All or key flags might be added here: https://dgraph.io/docs/deploy/config/...
This page: https://dgraph.io/docs/graphql/custom/custom-overview/ states that "Dgraph doesn’t execute your custom logic itself. It makes external HTTP requests" but I believe the more performant approach is to use DQL extensions which...
### Have you tried Pydgraph before this proposal? and did not find anything similar? None ### What you wanted to do. Get clear error when connecting incorrectly to a cloud...