thoughtgap / arc-data-server

Data Wrangling with Web API for exported personal location records from Arc App https://bigpaua.com/arcapp
20 stars 3 forks source link

arc-data-server

An http interface for exported json-files from BigPaua's Arc App.

The json-exports are accessed and staged through multiple layers:

  1. iCloud Directory (if available) with compressed export files
  2. Extracted json files for direct read (accepts only yyyy-mm-dd.json and yyyy-mm.json)

The intention is to provide a base for further analysis of the data.

Configuration

To separate standard config file and your own values, you can copy the files from <configfile>.json to <configfile>.mine.json. The .mine-file will be read preferrably. Their changes will not be tracked to github.

It is advised to set the setting layer2.autoLoadOnStart = true so the timeline files from Layer 2 are read from disk on server startup. If the setting is set to false, the files will be read on first data query and will delay response time.

Endpoints

File handling

Place classifications

Data Display / Analysis

Filtering

You can optionally filter the queried timelineItems with the following URL-Parameters:

Commands

Installation

Run in Devmode