You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Siaqodb - NoSQL embedded database for .NET
How would you setup a siaqodb on a mobile device, e.g. Xamarin Android, with syncing to a mongodb server with gridfs streaming from the siaqodb side? Does siaqodb do gridfs files? Or would this have to be done manually?
Siaqodb Support
unread,
Aug 15, 2016, 2:10:58 AM8/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Siaqodb - NoSQL embedded database for .NET, marcus....@gmail.com
Siaqodb Sync does not support directly Mongo's GridFS sync, but normally it should be possible to add support since MongoDB's oplog store also GridFS history and Siaqodb supports storing blobs directly as documents( by using document.Content property directly). We'll investigate to add support for it, meanwhile, since SiaqodbCloud service is OpenSource any PR is more than welcome :)
marcus....@gmail.com
unread,
Aug 15, 2016, 3:24:30 AM8/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Siaqodb - NoSQL embedded database for .NET, marcus....@gmail.com
Ok no problem. If this was added to the SiaqodbCloud-Service, this would be a really cool feature. I'll have a look into doing it myself also.