CSUFTitanRover / TitanRover2018

Titan Rover 2018 Edition: Calypso
http://titanrover.com/
Apache License 2.0
12 stars 10 forks source link

Setup RethinkDB server to be used in conjunction with Deepstream #24

Closed Weffe closed 6 years ago

Weffe commented 7 years ago

RethinkDB will save all our critical data (e.g. sensor readings).

Weffe commented 7 years ago

Created a branch here: https://github.com/CSUFTitanRover/TitanRover2018/tree/feature/UserInterface-RethinkDB-24

Weffe commented 6 years ago

So I tried setting up rethinkDB on the Nvidia Tegra and ran into an issue that the platform was not supported. Tried compiling rethinkDB directly on the Tegra and that didn't work either. So I went ahead and tried to install mongoDB since it also has supported integration with Deepstream. MongoDB works and is installed! I think we'll just go with mongoDB since it works and there are no losses using it over rethinkDB.