Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write data to local JSON file #1

Open
superCodrut opened this issue Feb 25, 2017 · 2 comments
Open

Write data to local JSON file #1

superCodrut opened this issue Feb 25, 2017 · 2 comments

Comments

@superCodrut
Copy link
Collaborator

The data obtained from Google API Awareness will be stored into a local json file.

@asorici asorici reopened this Apr 10, 2017
@asorici asorici changed the title Write data to local json file Write data to local CSV file Apr 10, 2017
@asorici asorici changed the title Write data to local CSV file Write data to local JSON file Apr 10, 2017
@asorici
Copy link
Contributor

asorici commented Apr 10, 2017

Define the keys of the JSON file:

  • timestamp UNIX Epoch
  • timestamp UTC datetime format (e.g. 2017-04-24T14:00:05Z)
  • connectivity_status (internet available/not)
  • activity (list)
    • type
    • confidence
  • location
    • longitude
    • latitude
  • headphones on/off
  • Wifi Networks (list)
    • SSID
    • signal_streng
  • places (list)
    • name
    • confidence
  • beacons (list)
    • ID
    • signal_strength
  • weather

@asorici
Copy link
Contributor

asorici commented Apr 10, 2017

In order to have a simple overview of the configuration used when running the data collection service, we propose the following JSON file naming scheme:

  • <datetime start>_<interrogation_frequency>s.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants