Re: [Interest] Moving from Parse

2016-03-29 Thread Ilya Diallo
sses, QNAM, and interop with these without issue. >> I believe you can just use MongoDB, as a JS object store. I've not done >> that though, but that seems the path of most resistence. I personally just >> roll my own using Node/Express/Postgres (since the newer Prostgres has >>

Re: [Interest] Moving from Parse

2016-03-29 Thread Nuno Santos
SONB >> datatype) >> >> Sent: Monday, March 28, 2016 at 2:12 PM >> From: "Nuno Santos" <nunosan...@imaginando.pt >> <mailto:nunosan...@imaginando.pt>> >> To: interest <interest@qt-project.org <mailto:interest@qt-project.org>> >

Re: [Interest] Moving from Parse

2016-03-29 Thread Ilya Diallo
done > that though, but that seems the path of most resistence. I personally just > roll my own using Node/Express/Postgres (since the newer Prostgres has > JSONB datatype) > > *Sent:* Monday, March 28, 2016 at 2:12 PM > *From:* "Nuno Santos" <nunosan...@imaginand

Re: [Interest] Moving from Parse

2016-03-28 Thread Nuno Santos
ot;Nuno Santos" <nunosan...@imaginando.pt> > To: interest <interest@qt-project.org> > Subject: [Interest] Moving from Parse > Hi, > > Since Parse announced it’s shutdown I have been looking for a pain free and > scaling solution. > > The most difficult problem

Re: [Interest] Moving from Parse

2016-03-28 Thread Nuno Santos
This seems nice! Let me investigate. Thanks Ben > On 28 Mar 2016, at 20:00, Ben Lau wrote: > > > Amazon (Mobile Hub , DynamoDB, Lambda, API Gateway, Cognito) can be an > alternative solution to Parse. And Amazon have C++ SDK available now. > > Introducing the AWS SDK for

Re: [Interest] Moving from Parse

2016-03-28 Thread Jason H
/Express/Postgres (since the newer Prostgres has JSONB datatype)   Sent: Monday, March 28, 2016 at 2:12 PM From: "Nuno Santos" <nunosan...@imaginando.pt> To: interest <interest@qt-project.org> Subject: [Interest] Moving from Parse Hi,   Since Parse announced it’s shutdo

Re: [Interest] Moving from Parse

2016-03-28 Thread Ben Lau
Amazon (Mobile Hub , DynamoDB, Lambda, API Gateway, Cognito) can be an alternative solution to Parse. And Amazon have C++ SDK available now. Introducing the AWS SDK for C++ | AWS Blog On 29 March 2016 at 02:12, Nuno Santos

[Interest] Moving from Parse

2016-03-28 Thread Nuno Santos
Hi, Since Parse announced it’s shutdown I have been looking for a pain free and scaling solution. The most difficult problem is to find a baas/daas that has a C++ client lib. All platforms out there only provide REST API as an alternative to iOS and Android libs. Question: what are you