Coder Social home page Coder Social logo

hiitrack-api's Introduction

HiiTrack

A funnel analysis platform built on Cassandra.

Overview

HiiTrack associates events and properties with the visitors of a website or application, providing real-time reporting and analysis. It helps answer questions like, "What is the most effective version of my website's homepage?" or "What are common charateristics of my most valuable customers?"

Data is exposed via a REST-ful API and protected by basic HTTP authentication. HiiTrack is installed as a Python package and executed as a Twisted application. Protocol details such as compression and SSL are left to the user and trivially implemented via Nginx or similar software.

The paths used to interact with the API mirror the underlying data model, which includes the following:

  • User: The account used to access HiiTrack data. The username forms the base path for all interaction. /exampleuser
  • Bucket: A collection of events, properties, and visitors. While bucket size is limited only by Cassandra's remarkable horizontal scalability, they should contain related events and properties. /exampleuser/homepagetestbucket
  • Visitor: A person or entity identified by a unique string. Often this is a UUID stored as a browser cookie.
  • Event: An action associated with a visitor, for example a visit to a homepage. Events are timestamped and identified by a unique string. /exampleuser/homepagetestbucket/event/landed-on-homepage
  • Property: The name and value of a property associated with a visitor, for example "Homepage Version" + "Version A". /exampleuser/homepagetestbucket/property/homepage-version
  • Funnel: An ordered collection of events, and optionally a property, used to report aggregate behavior of visitors. For example events, "Landed on Homepage", "Created Account", and property "State or Province." This would return the count of users who landed on the homepage and subsequently created an account, segmented by state. /exampleuser/homepagetestbucket/funnel/signup-by-state

Documentation

To follow! Please contact [email protected] if you have questions.

Installation

pip install https://github.com/hiidef/hiitrack-api/zipball/master

hiitrack-api's People

Contributors

wehriam avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.