team4909 / 2018-Core

2018 Scouting Platform
MIT License
10 stars 3 forks source link

Architect Online Server and Transfer Mechanism #16

Closed roshanr10 closed 6 years ago

roshanr10 commented 6 years ago

For our online server, we need to establish how we will sync data from our local Pi's, we should have some kind of REST API in place. I'd rather not expose the raw DB over the net.

Waiting for more details on this, hosting wise.

roshanr10 commented 6 years ago

Thinking Heroku & mLab for our cloud system. This would be free up to 500MB of data.

Thoughts?

roshanr10 commented 6 years ago

Closing this, going to use the same code base, will develop a HTTP endpoint as part of the existing webhook to push all the data from local to the cloud.

Additionally, this functionality can be leveraged later to clone data between Pi's if we'd like.