placeos-analytics

Version, currently master branch1 version
  • master branchlatestApr 28, 2020

github.com/place-labs/analytics

PlaceOS Analytics API

1 stars
0 dependents
License: NOASSERTION

Installation

# Add this to your shard.yml
dependencies:
  placeos-analytics:
    github: place-labs/analytics
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Target
  • app from src/app.cr

Dependencies

Runtime Dependencies

README

PlaceOS Analytics API

Service for providing analytics for physical environments.

Provides efficient querying, aggregation and analaysis of events captured from PlaceOS operation.

Testing

crystal spec

Compiling

crystal build ./src/app.cr

Deploying

Once compiled you are left with a binary ./app

  • for help ./app --help
  • viewing routes ./app --routes
  • run on a different port or host ./app -b 0.0.0.0 -p 80