onaio / ona-tech

Ona Tech related documentation and discussions
Other
3 stars 0 forks source link

Our first micro.io service! #5

Closed mberg closed 10 years ago

mberg commented 10 years ago

So for the Drishti I have had had the TW team create a cool microservice based on JXLS.

http://jxls.sourceforge.net/samples/tagsample.html

The idea is you upload an XLS template for a report then pass it a json file. It will fill out the template and return back the filled out XLS form. Pretty handy and something we can introduce as part of Ona data to allow people to create basic custom reports.

Question - I want to get this setup in production on one of our servers. We'll need this service to be https. We own micro.io. Should we put a wildcard SSL for micro.io so we can setup something like https://xls.micro.io or should we set this up initially on https://xls.ona.io for now since we already own a wild card and introduce the micro.io service later?

pld commented 10 years ago

lets set it up on xls.ona.io and test it out before spending the money

larryweya commented 10 years ago

Yet another place we could use clojure in, seeing that jxls is java.

On Sat, Nov 23, 2013 at 3:49 PM, Peter Lubell-Doughtie < notifications@github.com> wrote:

lets set it up on xls.ona.io and test it out before spending the money

— Reply to this email directly or view it on GitHubhttps://github.com/onaio/ona-tech/issues/5#issuecomment-29131784 .

Larry Weya

mberg commented 10 years ago

Sounds good. We'll go with xls.ona.io for now.