Discussion:
[orientdb] OrientDB 3.0.4 Server Functions syntax problems
Pino Becker
2018-07-23 16:54:27 UTC
Permalink
I’m trying to work my way into the latest version of OrientDB 3.0.4 and
tried to follow the getting started tutorial on udemy:


https://www.udemy.com/orientdb-getting-started/learn/v4/t/lecture/1858782?start=0


one of the serverside function sample starts with var db =
orient.getGraph()

but throws an error, seems to be depreciated but I cannot find any
documentation about it

https://orientdb.com/docs/last/Functions.html

The link gives me a 404 (Page not found)

tried all the usual outlets (StackOverflow. OrientDB Google Group, etc
)
but couldn’t find a single reference to 3.0 changes for server functions
and syntax
.

can someone point me in the right direction with similar sample code or a
simple sample how to insert a new “record” using a server-side function
script in OrientDB 3.0.4?
--
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jérôme Mainaud
2018-07-24 06:02:51 UTC
Permalink
Hello,

Orientdb AMI changed between 2.0 and 3.0. You can find the documentation
root at https://www.orientdb.com/docs/last/index.html

There you will find a 5 minutes tutorial that tell you how to create you
first items :
https://www.orientdb.com/docs/last/fiveminute/


JérÎme Mainaud
Post by Pino Becker
I’m trying to work my way into the latest version of OrientDB 3.0.4 and
https://www.udemy.com/orientdb-getting-started/learn/v4/t/lecture/1858782?start=0
one of the serverside function sample starts with var db =
orient.getGraph()
but throws an error, seems to be depreciated but I cannot find any
documentation about it
https://orientdb.com/docs/last/Functions.html
The link gives me a 404 (Page not found)
tried all the usual outlets (StackOverflow. OrientDB Google Group, etc
)
but couldn’t find a single reference to 3.0 changes for server functions
and syntax
.
can someone point me in the right direction with similar sample code or a
simple sample how to insert a new “record” using a server-side function
script in OrientDB 3.0.4?
--
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...