Git Product home page Git Product logo

alto's Introduction

Unit Tests by GitHub Actions Code Coverage by Codecov

OpenALTO

Standard Application-Layer Traffic Optimization (ALTO) Toolset.

Main Components

This ALTO toolset includes the following basic components:

  • ALTO Protocol Parser
  • ALTO Client Library
  • ALTO Client CLI
  • OpenALTO Server Stack
    • OpenALTO Data Source Agent Framework
    • OpenALTO Data Broker Manager
    • OpenALTO Service Backend
    • OpenALTO Protocol Northbound

Server Deployment

Before you set up an OpenALTO server, make sure you have alto.conf in one of the following locations:

  • $HOME/.alto/
  • $XDG_CONFIG_HOME/alto/
  • $ALTO_HOME/etc/
  • /opt/alto/etc/

You can simply copy our template as an example, or modify it:

$ cp etc/alto.conf.template etc/alto.conf

Quick set up with docker and docker-compose:

$ docker build -t openalto/alto .
$ docker-compose up -d

To deploy openalto without docker, please make sure you have the following required packages:

  • Python >= 3.6.8
  • Redis
$ pip3 install .
$ pip3 install redis
$ gunicorn -b 0.0.0.0:8000 --reload --preload --capture-output --error-logfile /tmp/openalto-error.log --access-logfile /tmp/openalto-access.log alto.server.northbound.wsgi -D
$ python3 -m alto.agent.manage --pid /tmp start -c etc/lg-agent.json -D cernlg
$ python3 -m alto.agent.manage --pid /tmp start -c etc/cric-agent.json -D cric
$ python3 -m alto.agent.manage --pid /tmp start -c etc/geoip-delegate-agent.json -D geoip

To deploy openalto in kubernetes:

Coming soon...

Note

This project has been set up using PyScaffold 4.1.5. For details and usage information on PyScaffold see https://pyscaffold.org/.

alto's People

Contributors

fno2010 avatar emiapwil avatar crackedpoly avatar jackpyd avatar itaru2622 avatar

Watchers

 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.