0.1.4 • Published 10 years ago

azure-timeline v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Azure Timeline Service

Overview

This package implements a simple to use timeline service to build twitter like timelines with azure tables. The following operations are available:

  • post events to a specific subject and all his followers
  • establish a relationsip between two subjects
  • load the timeline of a specific subject

In addition the following features are planned

  • analytics jobs to reduce the data and build aggregate functions

More information

The whole idea based on the following blog article I wrote a couple weeks ago: http://blog.dirk-eisenberg.de/2015/03/24/build-your-own-twitter-part-1-a-timeline-service-with-azure-table-store/