retrography / OrientR

A wrapper for OrientDB REST API interface in R
Apache License 2.0
16 stars 3 forks source link

Structuring new functions, Documentation and fix bugs #14

Closed mkbouaziz closed 8 years ago

mkbouaziz commented 8 years ago

Please check the last update in my branch, last one is today 23-01-2016

retrography commented 8 years ago

Great to have you here Mohamed! Are you planning to keep working on this? I have some of questions about the changes.

mkbouaziz commented 8 years ago

Yes Mahmood, I want to keep working more and more here, you are welcome to ask anything. The first thing I made is to separate each function in a separate file, it is a convention to develop a package R, then I saw that runQuery (old version) interest just the SELECT query, so I separate it by type of query. For now the orientSql (new version) execute just SELECT queries, the other type have a problem with a REST API. You are welcome to ask more.