Giter VIP home page Giter VIP logo

rela's Introduction

Rela - Validating production network changes with just a few lines of specifications

Rela is a tool for checking the correctness of network changes. It provides:

  • A domain-specific language for users to describe end-to-end change impacts in a few lines.
  • A verifier to check whether a network change implementation satisfies the user's specification.

We also release a dataset we used to benchmark the performance of Rela tool in a complex production network. Please refer to this documentation for more details about this dataset.

The design of Rela language and the experience of using Rela to verify complex, realworld networks are desribed in the paper,

Xieyang Xu, Yifei Yuan, Zachary Kincaid, Arvind Krishnamurthy, Ratul Mahajan and David Walker. 2024. Relational Network Verification. In ACM SIGCOMM 2024 Conference (ACM SIGCOMM โ€™24), August 4โ€“8, 2024, Sydney, NSW, Australia. ACM, New York, NY, USA, 15 pages. https://doi.org/10.1145/3651890.3672238

Install Rela

Rela supports only Python version 3.7 at this time. Please make sure you are in a Python virtual environement with version 3.7 when executing the following commands.

To install Rela, run the following from the root directory of this repo.

$ pip install .

If not already installed, please use the following to install dependencies.

$ pip install hfst tqdm pytest ipaddress

Verify installation with the following. All unit tests should pass with a correct installation.

$ pytest .

Using Rela

See here for a running example.

rela's People

Contributors

xieyangxu avatar yifeiyuan avatar alibaba-oss 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.