All Projects → gowalla-archive → Chronologic

gowalla-archive / Chronologic

Licence: mit
Chronologic: activity feeds as a service.

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Chronologic

Atoma
Atom, RSS and JSON feed parser for Python 3
Stars: ✭ 67 (-52.14%)
Mutual labels:  feed
Stream Node Orm
NodeJS Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 108 (-22.86%)
Mutual labels:  feed
Awesome Rss
Puts an RSS/Atom subscribe button back in URL bar
Stars: ✭ 125 (-10.71%)
Mutual labels:  feed
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-52.14%)
Mutual labels:  feed
React Virtuoso
The most powerful virtual list component for React
Stars: ✭ 1,347 (+862.14%)
Mutual labels:  feed
Rssfs
The RSS file system (Git mirror)
Stars: ✭ 115 (-17.86%)
Mutual labels:  feed
Raspberry Osmc Automated
Media center (OSMC) with automated TV Shows and subtitles download. Once configured, sit and watch TV.
Stars: ✭ 57 (-59.29%)
Mutual labels:  feed
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-6.43%)
Mutual labels:  feed
Gatsby Theme Chronoblog
⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
Stars: ✭ 101 (-27.86%)
Mutual labels:  feed
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+1158.57%)
Mutual labels:  feed
Mautic Rss To Email Bundle
Mautic plugin to send emails from RSS
Stars: ✭ 69 (-50.71%)
Mutual labels:  feed
Planetpowershell
Planet PowerShell is an aggregator of PowerShell community content. The goal is to provide a convenient RSS feed that contains all of the content generated by community members.
Stars: ✭ 78 (-44.29%)
Mutual labels:  feed
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-17.86%)
Mutual labels:  feed
Stream Go2
GetStream.io Go client
Stars: ✭ 67 (-52.14%)
Mutual labels:  feed
Stream Php
PHP Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 129 (-7.86%)
Mutual labels:  feed
Winds
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Stars: ✭ 8,530 (+5992.86%)
Mutual labels:  feed
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-20.71%)
Mutual labels:  feed
Coinverse
Coinverse Open App is the first audiocast app for cryptocurrency news. 🚀
Stars: ✭ 133 (-5%)
Mutual labels:  feed
Feedbundle
A Symfony bundle to build RSS feeds from your entities
Stars: ✭ 130 (-7.14%)
Mutual labels:  feed
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (-12.14%)
Mutual labels:  feed

Chronologic: You put your feeds in it

Chronologic is a service for storing and generatin activity feeds, new feeds, timelines, and other forms of aggregated, reverse-sorted data. Chronologic includes a small model layer that applications can use to map their domain to Chronologic types. This model layer talks to a Chronologic REST service. Said service uses an underlying database for storage. Currently storage is Cassandra-only, but that's a temporary condtion, you dig?

Overview

Chronologic exposes four kinds of data:

  • Events are the items that appear in your feeds. These are your statuses, checkins, commits, changes, etc. Feeds are often a social thing, therefore they reference objects...
  • Objects are the things that events happen to. These are your users, spots, projects, documents, etc.
  • Timelines are the endpoints where activity feeds appear. They contain any number of events. Every event is written to one or more target timelines. Timelines fan events out based on subscriptions...
  • Subscriptions connect timelines to other timelines. To make events posted to your user timeline appear in the site-wide timeline, you would subscribe the site-wide timeline to your use timeline.

Hello, Chronologic

An example goes here.

Running Chronologic

Instructions on running Chronologic and idea about deploying it go here.

Contributing

The way you contribute to the development of Chronologic goes here.

License

Copyright 2010-2011 Gowalla Incorporated. Chronologic is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].