Custom Logic Plugins (Like the UDF framework in NEO4J)

Hello,

Does dgraph support user-defined functions (like neo4j Java UDFs)?
I’ve tried to go over the documentation but all I found is some information on something to do specifically with linguistics.

I’d like, for example, to be able to affect the traversal process in custom ways using code running on the server - something like this: https://neo4j.com/docs/java-reference/current/tutorial-traversal/

I will very much appreciate any good information on the subject.
We consider going for a paid graph db product.

Cheers.

1 Like

Will you share you specific use cases? Generally, we can solve the use case without requiring something equivalent of UDFs in Dgraph with the power of query language.