Go Programming Blueprints by Unknown
Author:Unknown
Language: eng
Format: epub
Publisher: Packt Publishing
The preceding image shows the basic overview of the system we are going to build:
Twitter is the social media network we all know and love.
Twitter's streaming API allows long-running connections where tweet data is streamed as quickly as possible.
twittervotes is a program we will write that reads tweets and pushes the votes into the messaging queue. twittervotes pulls the relevant tweet data, figures out what is being voted for (or rather, which options are mentioned), and pushes the vote into NSQ.
NSQ is an open source, real-time distributed messaging platform designed to operate at scale, built and maintained by Bit.ly. NSQ carries the message across its instances making it available to anyone who has expressed an interest in the vote data.
counter is a program we will write that listens out for votes on the messaging queue, and periodically saves the results in the MongoDB database. counter receives the vote messages from NSQ and keeps an in-memory tally of the results, periodically pushing an update to persist the data.
MongoDB is an open source document database designed to operate at scale.
web is a web server program that will expose the live results that we will write in the next chapter.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7799)
Grails in Action by Glen Smith Peter Ledbrook(7712)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6433)
Kotlin in Action by Dmitry Jemerov(5080)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3904)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3343)
Learning React: Functional Web Development with React and Redux by Banks Alex & Porcello Eve(3097)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2884)
The Art Of Deception by Kevin Mitnick(2619)
Drugs Unlimited by Mike Power(2476)
The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution by Walter Isaacson(2413)
A Blueprint for Production-Ready Web Applications: Leverage industry best practices to create complete web apps with Python, TypeScript, and AWS by Dr. Philip Jones(2348)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2317)
Writing for the Web: Creating Compelling Web Content Using Words, Pictures and Sound (Eva Spring's Library) by Lynda Felder(2271)
SEO 2018: Learn search engine optimization with smart internet marketing strategies by Adam Clarke(2199)
JavaScript by Example by S Dani Akash(2147)
DarkMarket by Misha Glenny(2091)
Wireless Hacking 101 by Karina Astudillo(2087)
Hands-On Cybersecurity with Blockchain by Rajneesh Gupta(2050)
