P
P
Philipp2017-05-03 22:36:06
Database
Philipp, 2017-05-03 22:36:06

Which database to choose for a fitness tracker?

The task is to write a small fitness tracker.
It is necessary to ensure data synchronization between devices.
Synchronization can be bi-directional or uni-directional, depending on the type of device.
For example, data flows from a pedometer only in one direction, and there can be a two-way exchange between a phone and a PC.
How to implement serverless synchronization?
How then to exchange data with friends?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2017-05-03
@sim3x

SQLite

S
Shirshov Alexander, 2017-05-04
@Keanor

Serverless synchronization will not work completely without a server, store the ip of clients and their types on the server so that they can find each other. Next, sync. The simplest option, completely server-based, send data to the server, and from the server to other devices.
The pedometer is first connected to the phone via some kind of bluetooth, and from there to the server.
DB - consider the option with radishes, it depends heavily on the user.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question