Apache Hadoop and Django

Hey there. Has anyone experienced connecting Django to an Apache Hadoop “database”? I was thinking about Pyspark, maybe there’s a way to connect it in a Django App?

It depends upon what you mean in this case by “connecting Django to an Apache Hadoop database”. If you just want to write a view that connects to the database to issue a query, you can do that in your view just like you would do so in any Python script.

1 Like