Database for Raspberry-Pi 3 (Android App)(OS choice)

  • Replies:1
Nikola Laz
  • Forum posts: 2

Oct 18, 2016, 3:50:29 PM via Website

I want to create an Android App for a project at school.

The app should be able to retrieve information from a database. The database itself will be running on a Raspberry-Pi 3.

But I'm not sure what kind of Software (db) / Operating System (RPI3) is most suitable for this task.

I'm also looking for some tips on how to connect an Android App with an database so that it can send data.

I already searched on Google but I couldn't find specific answers / the forum responses contradict themselves.

(Info about the project: 3 participants, ~1 year time)

-thank you in advance!

Reply
Peter Ennis
  • Forum posts: 1

Oct 30, 2016, 11:17:01 PM via Website

Try mongodb

andyfelong.com/2015/02/mongodb-on-the-raspberry-pi-2/

Or SQLite

raspberrypi.org/forums/viewtopic.php?f=105&t=110778

Or this project example will drive data to Windows Azure IoT and you could
then do what you want with MS SQL Server

microsoft.hackster.io/en-US/porrey/sensor-telemetry-2-0-89d04d

Reply