tabula-extractor
tabula-extractor copied to clipboard
HTTP API?
Hi, I'm wondering about the ability to use tabula in this fashion:
- http://maxogden.com/gut-hosted-open-data-filets.html
- https://github.com/maxogden/gut
e.g. a way to run Tabula on some PAAS like Google App Engine/EC2 and then access it 100% through HTTP
That's an awesome idea. It's definitely possible to run Tabula on an EC2 box, and it should be possible to run it inside GAE (it's a Java-JRuby app) with some work.
Let me know if you want to tackle this.