Hi Luca, I have one question:
OrientDB returns a @fieldTypes field along with the response JSONs that contains information on the data types of different fields. I use that field for automatic format conversions when possible. I just want to know where I can find the list of data type codes that OrientDB uses. I have found these by now: "g": Lists/Sets/Collections "x": RIDs "t": Date/Time/DateTime "z": Anything resulted from a traversal Are these correct, and are there any others? Btw, I am updating the package as it seems to work pretty well, and so it looks like it is worthy of the time I spend on it. Cheers, Mahmood On Saturday, July 18, 2015 at 9:55:15 AM UTC-4, Luca Olivari wrote: > > Hi Mahmood, > > Thanks for taking the time to contribute to OrientDB! That's really > appreciated... I've just tweeted a link to your github project. If you need > help with your project send me a note. > > Regards, > Luca > > > On Saturday, July 18, 2015 at 10:56:05 AM UTC+2, retrography wrote: >> >> Hi Everyone, >> >> For those of you who use OrientDB and R together: I have written a tiny >> REST API wrapper that helps you run queries against OrientDB. It uses the >> jsonlite package to convert the JSON response into a R DataFrame, strips >> metadata fields returned along with the data, and converts RIDs and Dates >> into numbers and DateTime variables. This is the minimum I needed to get my >> project off the ground, but don't hesitate to fork/pull request if you need >> additional functionalities. >> >> Here is the github address: https://github.com/retrography/OrientR >> >> Cheers, >> Mahmood >> > -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
