python - Running Hadoop mapreduce Django apps on a Heroku dynamo -


is readily possible integrate hadoop client python (django) mapreduce apps/scripts remotely (on heroku dynamos or from free cluster) done locally in these examples:

this heroku addon led me believe might possible: https://devcenter.heroku.com/articles/treasure-data. app isn't free , learning-curve-to-cost ratio not obvious investment me.

my motivation cross heroku/django/hadoop bridge upgrade current django apps social media mining features.

i doubt can install hadoop on heroku, if can what's point?

hadoop makes distributed computing easy, if going run in heroku free tier have cluter of one, maybe 2 dynos. harness power of hadoop need more hardware. heroku dynos have 512 mb of ram....


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -