[google-appengine] Re: Custom runtime - using search API / AppEngine services

2016-10-16 Thread Adam Evans
I have had some trivial toy Haskell projects running on AppEngine just testing it out. Using the AppEngine custom runtime it's trivial to deploy an application. I use OSX as my development machine which complicates it a little but all you need to do is create a statically linked binary and a Do

[google-appengine] Re: Custom runtime - using search API / AppEngine services

2016-10-14 Thread 'Thomas Koch' via Google App Engine
Hi Adam, have you had success trying Haskell on AppEngine? I'd love to try it out myself once I've time for this and would love to learn from your experience or help you if you got stuck. Regards, Thomas Am Mittwoch, 5. Oktober 2016 11:26:40 UTC+2 schrieb Adam Evans: > > Yes. > > That looks

[google-appengine] Re: Custom runtime - using search API / AppEngine services

2016-10-05 Thread Adam Evans
Yes. That looks to be the simplest / obvious solution, take the off the shelf Java / Python AppEngine SDK and create a RESTish wrapper around the search features. Deploying in AppEngine I'd then need to look at service to service auth to restrict access so my index is not publicly available.