Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mroth/emojitracker
:dizzy: track ALL the emoji
https://github.com/mroth/emojitracker
Last synced: 6 days ago
JSON representation
:dizzy: track ALL the emoji
- Host: GitHub
- URL: https://github.com/mroth/emojitracker
- Owner: mroth
- Created: 2013-05-28T15:53:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T15:17:03.000Z (over 2 years ago)
- Last Synced: 2024-08-02T07:11:17.972Z (3 months ago)
- Homepage: https://emojitracker.com
- Size: 13.2 MB
- Stars: 743
- Watchers: 34
- Forks: 46
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fonts - emojitracker - Track ALL the emoji (Emojis)
- awesome-ccamel - mroth/emojitracker - :dizzy: track ALL the emoji (Misc)
README
# Emojitracker :dizzy:
> Emojitracker.com tracks realtime emoji usage on Twitter.
![capture](http://f.cl.ly/items/1g3s3S460r2k0d200W1f/emojitracker_animated.gif)
Emojitracker is a complex project with a service-oriented architecture, and thus
has now been split up into multiple repositories. This repository mainly just
serves as table of contents of sorts. Major components of the project are listed
below.> **Note**
> Since 2021, Emojitracker was [acquired by Emojipedia](https://blog.emojipedia.org/emojipedia-emojitracker/), and is now maintained by them. You can find all of the repositories in the [Emojitracker GitHub organization](https://github.com/emojitracker).## Architecture
Bad and somewhat outdated diagram of how the main parts fit together in production:
![emojitracker-infrastructure](resources/infrastructure_diagram.png)## Core Applications
The core applications of Emojitracker. Note that while these are open source for
educational purposes, they are currently **all rights reserved**. Please contact
me directly if you want to use them for something.- **[emojitrack-web]** _Web frontend and application server._
- **[emojitrack-feeder]** _Consumes the Twitter Streaming API and feeds our data pipeline._
- **[emojitrack-gostreamer]** _Handles streaming updates to clients via SSE._
- **[emojitrack-stream-spec]** _Defines the Streaming API spec & tests servers in staging._
- **[emojitrack-rest-api]** _Defines and powers the REST API._
- **[emojitrack-fakefeeder]** _Aides Emojitracker local development by emulating Feeder locally._The core applications are now mostly located in the [Emojitracker GitHub
Organization](https://github.com/emojitracker), including some old deprecated
stuff not mentioned above.[emojitrack-web]: https://github.com/emojitracker/emojitrack-web
[emojitrack-feeder]: https://github.com/emojitracker/emojitrack-feeder
[emojitrack-gostreamer]: https://github.com/emojitracker/emojitrack-gostreamer
[emojitrack-stream-spec]: https://github.com/emojitracker/emojitrack-streamer-spec
[emojitrack-rest-api]: https://github.com/emojitracker/emojitrack-rest-api
[emojitrack-fakefeeder]: https://github.com/emojitracker/emojitrack-fakefeeder## Libraries and Tools
**Most of the generalizable and useful pieces of Emojitracker have been carved out
into maintained open-source libraries. These libraries are all freely
licensed** (see individual repositories for details).### Emoji Encoding
- **[emoji_data.rb]**
_Utility library for handling the Emoji vs Unicode nightmare (Ruby)._
- **[emoji-data-js]**
_Utility library for handling the Emoji vs Unicode nightmare (NodeJS port)._
- **[exmoji]**
_Utility library for handling the Emoji vs Unicode nightmare (Elixir/Erlang port)._[emoji_data.rb]: https://github.com/mroth/emoji_data.rb
[emoji-data-js]: https://github.com/mroth/emoji-data-js
[exmoji]: https://github.com/mroth/exmoji### Emoji Assets
- **[emojistatic]**
_Generates static Emoji assets for a public CDN._
- **[cssquirt]**
_Embeds images (or directories of images) directly into CSS via the Data URI scheme._[emojistatic]: https://github.com/mroth/emojistatic
[cssquirt]: https://github.com/mroth/cssquirt### Streaming
- **[sseserver]**
_High-performance Server-Sent Events endpoint for Go._
- **[sse-bench]**
_Benchmarks and load tests Server-Sent Events endpoints._[sseserver]: https://github.com/mroth/sseserver
[sse-bench]: https://github.com/mroth/sse-bench## The Emojitracker APIs
Emojitracker also provides a [REST API][rest-api] and [Streaming API][stream-api].
[rest-api]: https://github.com/emojitracker/emojitrack-rest-api
[stream-api]: https://github.com/emojitracker/emojitrack-streamer-spec## Other Information
The narrative version of how version 1.0 of this project was built is in the
Medium post ["How I Built Emojitracker"][essay], and the followup ["How I Kept
Building Emojitracker"][essay2]. Note however, both are now quite out of date,
and do not reflect a substantial amount of change over the past few years.[essay]: https://medium.com/@mroth/how-i-built-emojitracker-179cfd8238ac
[essay2]: https://medium.com/@mroth/how-i-kept-building-emojitracker-c31378810136