\r\n

51Degrees Pipeline Python  4.1Newer Version 4.4

51Degrees Pipeline for Python

Pipeline Engines

51Degrees Python Pipeline Engines

Pipeline Documentation

Introduction

The Pipeline is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines)

This package fiftyone_pipeline_engines

This package extends the flow element class created by the fiftyone.pipeline.core package into a specialized type of flow element called an engine. This allows for additional features including:

  • An auto-updating data file for properties
  • A service called when a requested property
  • A caching system and implementation of an LRU (least recently used) cache

Engines created by 51Degrees:

Requirements

  • Python 2.7 or Python 3
  • The flask python library to run the web examples