Need help with my project

Hi! I am new to Django and I am supposed to create a web app that will display the data obtained from a cloud storage. This data is uploaded by a kit that uses Raspberry Pi 3 Model B+. Can anyone give me a roadmap on how to achieve this? Or at least a rough idea of what to use.

Hi,

Can you provide more details about the cloud storage and how to the data should be displayed?

The data will be displayed in strings and graphs (not sure how to display a graph). The cloud storage, I’m not really sure what to use. I’m not even sure if it will work. Honestly, I’ve recently started with backend programming so I am not that knowledgeable on this particular subject.

It will work, I think you need to a usa database in the cloud, so django can work properly, for the deploy I suggest you to use docker, and docker-compose, that will help you we the development.
For graphics you can use Dash, there ir an integration with Django.

1 Like