Schartey
Schartey
Dgraph
Hi! I've added support for the DGraph DB. Please review it and tell me if everything is up to your standards. For now this pull request allows to define DQL-only...
# Problem As mentioned in [#20](https://github.com/outcaste-io/issues/issues/20) Outserv currently does not support lists in accordance to the graphql spec. According to the [spec](https://spec.graphql.org/June2018/#sec-Type-System.List) data stored as List type should result in...
The maximum allowed value size was hardcoded to 1mb. To allow storing bigger values I added the option MaxValueSize that can be set on badger initialization. --- This change is ...
The checkpwd func does not work in custom dql queries since #7775 . The query rewriter for custom dql did not handle the checkpwd function. Also it did not allow...
I'm currently actively working on bringing WASM to DGraph Lambda. You can read about it [here](https://discuss.dgraph.io/t/develop-lambdas-with-any-programming-language/16257/21). With the next version of DGraph-Lambda-Go, creating embedded as well as external lambdas with...
Calling generate will remove all custom code and comments outside from generated functions in generated resolvers. These need to be copied over to the new resolver.
We can parse the Authorization information from the schema just like DGraph does. So we can provide an authentication middleware from the start.
DGraph Cloud does not support custom lambda servers. Add a config flag for generating forwarders in JavaScript that forward the lambda requests on DGraph Cloud to the custom lambda server....
Currently there are no tests that verify the full functionality of the project.