Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dei79/node-azure-timeline
A timeline service based on Azure Storage Tables
https://github.com/dei79/node-azure-timeline
Last synced: about 1 month ago
JSON representation
A timeline service based on Azure Storage Tables
- Host: GitHub
- URL: https://github.com/dei79/node-azure-timeline
- Owner: dei79
- License: mit
- Created: 2015-04-25T16:48:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T12:48:55.000Z (over 9 years ago)
- Last Synced: 2024-12-01T07:42:52.453Z (about 2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 subjectIn 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/