Skip to content

NuseTextD is a simple beanstalkd consumer/worker that pulls URLs from the src tube, posts the URL to TextRazor for NLP analysis, stores the results in MySQL and pushes the article into the dest tube for further processing.

Notifications You must be signed in to change notification settings

JalfResi/nusetextd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60d662f · Jan 10, 2018

History

18 Commits
Jun 15, 2015
Jan 10, 2018
Nov 13, 2016
Jan 10, 2018
Aug 6, 2016
Jan 10, 2018
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Nov 13, 2016
Aug 6, 2016
Aug 6, 2016
Nov 13, 2016
Aug 6, 2016

Repository files navigation

nusetextd

NuseTextD is a simple beanstalkd consumer/worker that pulls URLs from the src tube, posts the URL to TextRazor for NLP analysis, stores the results in MySQL and pushes the article into the dest tube for further processing.

Though this is very old, it is a illustration of:

  • pipeline workflow using queue system (beanstalkd)
  • concurrency (multiple workers per connection)
  • third-party integration with a REST API

This is part of a larger system - an RSS news reader, which pulls news articles from RSS feeds and performs NLP analysis, content categorisation and semantic analysis on the content.

Other tools related to this personal project include:

About

NuseTextD is a simple beanstalkd consumer/worker that pulls URLs from the src tube, posts the URL to TextRazor for NLP analysis, stores the results in MySQL and pushes the article into the dest tube for further processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages