Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
apps/ads
build
deps
rel
CHANGELOG.md
LICENSE.txt
README.md
rebar.config

README.md

ADS

ADS is an HTTP(S) server which calculate and stores statistics data.

https://github.com/sawrus/ads

Features

  • Flexible way for setting server variables
  • Apply Restful way for handling the input GET requests
  • OOB support to work in SSL mode
  • Ability to Extend and change statistics data via env variables (inflight changes)
  • Ability to upload files with any format (power on cache mode for html files)
  • If cached html file was changed ie size was changed then this file will be put in NoSQL cache# Quick Start

The typical 'Hello World" example code is:

% application start callback
application:start(ads).

Installation notes

You should make the next steps:

  • Need to install openssl (>= 1.0.1) OpenSSL
  • Need to install erlang (>=R14B01)
  • Need to install redis
  • Download the last stable ADS release ADS
  • Unzip archive: tar -xzf ads_vMj.Mi.tar.gz
  • Run it: As daemon via (./bin/ads start) or As console via (/bin/ads console)

Module Exports

The complete list of module exports can be found here.

Dependencies

You will need:

You can’t perform that action at this time.