A web and micro-service framework for data analysts


License
Apache-2.0
Install
pip install sego==0.1.4.0

Documentation

A web and micro-service framework for data analysts

About Sego

Sego is a suite of tools for the "last mile" of ML and analytics projects. Sego is built to assist data scientists, analysts and engineers,productionize ML workloads with ease. Sego is primarily used for:

  • Model serving
  • Multi-stage data processing
  • Dashboards
  • Metrics and alerting
  • Database schema management

Sego can also be used to build:

  • Rest APIs
  • Micro-service topologies
  • Normal MVC webapps

Sego provides an opinionated way to build production ML and analytics systems, but flexible enough to fit into different applications. It creates a rapid development environment.

Key Components

  • Web Framework
  • Micro-service framework
  • Distributed tasks
  • Native integration to Confo for all configuration management tasks,which also allows the building of complex topologies.

Name etymology

Sego is a Sepedi word which refers to a flask made out of Calabash gourd, appropriately named as a nod to the elegantly built Flask framework which Sego extends

Getting started

  1. Installation