realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Work with data on ROS server side #348

Closed artjkee73 closed 6 years ago

artjkee73 commented 6 years ago

Hello. I need to implement a social network in the mobile application, in the application I will work with the local database, and then synchronize the data with the Realm Object Server. To handle some user activity, I will use a neural network written in python. How can I implement the work with the data on the server side, which are stored on the Realm Object Server for the needs of the neural network? Is this possible when using the free version (Developer Edition) of the Realm Platform?

Zhuinden commented 6 years ago

Is this possible when using the free version (Developer Edition) of the Realm Platform?

Well, if you use a client SDK to do the actual writes into the ROS...

buuut see https://realm.io/blog/product-name-updates/

astigsen commented 6 years ago

Closing as the question was answered. Please reopen if more is needed,