Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
572 stars 77 forks source link

Status of package #196

Closed isAlmogK closed 4 weeks ago

isAlmogK commented 7 years ago

I wanted to see if this package is still being maintained and can be used for production apps. I see there are open pull requests, a number of issues and no changes to the code since a year ago.

Need offline mode for a mobile app and want to make sure this is still the best direction.

Thanks, Almog

raix commented 7 years ago

Hey @AlmogRnD, I'm low on time so I have been looking for better CI options for browser tests and a way to auto publish packages from CI - I believe it would enable the community to do stable releases.

paranoico commented 7 years ago

Hello @AlmogRnD , we are actively using V2 package version on near 100 mobile devices with huge success. We have some small issues, for instance on some devices our app does not start, seems that data is not retrieved, to us it is kind of a Meteor problem, and user has to reset several times until app starts correctly.

Also we had to program using @raix comments when reconnecting to get all off line data on server again.

isAlmogK commented 7 years ago

@paranoico do you have some examples I can look at? Also, are doing anything with photos and videos?

raix commented 7 years ago

@AlmogRnD I did https://github.com/raix/Meteor-cache-files a long time ago - I'm not sure if it still works / solves your problem

isAlmogK commented 7 years ago

@raix thanks not sure this well work, the app that I going to be working is a photo/video taken app with offline. i.e. X user well is offline for example out in the felid or wilderness well take different photos and videos, once their back online those files well need to sync to the db.

ddspog commented 7 years ago

@AlmogRnD I'm coding a app for mobile Android, that records data on my university. It needs the offline access and sync because not everyone can spare internet on my campus.

I'm curious with another alternatives.

StorytellerCZ commented 4 weeks ago

Closed in favor of #212