Code Monkey home page Code Monkey logo

feeder's Introduction

Feeder

Feeder and it’s implementing classes are used to import a data source and format the data for the Parser module.

    The Feeder interface is a model of how the data import should be implemented in order to successfully interact with the other modules and provide them with appropriately structured data
  • The Feed class allows for more functionality in regards to how the data provided can be accessed
  • The RssFeeder class implementing the Feeder interface, is a class which, using the `feedparser` library generates RSS feeds from a list of links in a given text file. The information retrieved from each feed is formatted as a `Feed` instance then stored in a data structure which other modules can easily access.
  • The DocFeeder class implementing the Feeder interface, is a class which recursively accesses each file in a given directory. The information retrieved from each file is formated as `Feed` instances then stored in a data structure which other modules can easily access.
This interface and its implementations are part of a research project

feeder's People

Watchers

Eliakah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.