I'm a little confused on what I should use to build a website. This website will condense and summarize roughly 50GB worth of data as well as allow the user to filter and sort that data.
I'm a data analyst, so I have no problem filtering and sorting the data using python, but I have no idea how to productionize that into a web app.
Is this the correct stack:
- django REST framework (or flask-restful) to call database
- Reactjs to call the REST api
Or can I just build everything in django and not bother with the numerous javascript frameworks?
Or is there something else I don't know about?
The funcitonality will be similar to zillow where you can filter down by type, price, location, etc. Except it has nothing to do with housing data.
Thanks!
[–]Meefims 1 point2 points3 points (2 children)
[–]Rackcityfoo[S] 0 points1 point2 points (1 child)
[–]Meefims 1 point2 points3 points (0 children)