autocomp

 by   rithvikp Scala Version: vldb24 License: No License

kandi X-RAY | autocomp Summary

kandi X-RAY | autocomp Summary

autocomp is a Scala library. autocomp has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This repository contains the implementations of various state machine replication protocols in both Scala and Dedalus. It was initially forked from frankenpaxos by Michael Whittaker. Core scala code is in the shared directory, core rust code is in the rust directory, JVM-specific code is in the jvm/ directory, and Javascript-specific code is in the js/ directory. For the benchmark scripts used in our VLDB '24 submission, as well as the technical report, please look at benchmarks/vldb24/README.md. To view the implementations of the protocols in this submission, refer to the next section.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              autocomp has a low active ecosystem.
              It has 3 star(s) with 0 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              autocomp has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of autocomp is vldb24

            kandi-Quality Quality

              autocomp has no bugs reported.

            kandi-Security Security

              autocomp has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              autocomp does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              autocomp releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of autocomp
            Get all kandi verified functions for this library.

            autocomp Key Features

            No Key Features are available at this moment for autocomp.

            autocomp Examples and Code Snippets

            No Code Snippets are available at this moment for autocomp.

            Community Discussions

            No Community Discussions are available at this moment for autocomp.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install autocomp

            We run all our benchmarks on GCP through a bastion host. All machines use Ubuntu 18.04, bash, and Java 8 (the same as in the Compartmentalized MultiPaxos paper). To setup the bastion host and reproduce our experiments, perform the following configuration. It is documented on a best-effort basis. These benchmarks also assume the existence of an NFS that all machines in the system can access. We manually run an NFS on a single VM to do so. We mount the NFS to /mnt/nfs on all machines and our benchmarks operate inside /mnt/nfs/tmp. Copy the jar from the previous compilation step into this directory. You will also need a disk image (saved to your GCP account) that is configured with access to this NFS and also has Java 8 installed. You will also need to clone the Hydroflow repository into the same parent directory as this repository. as well as load a wheel of Hydro CLI (accessible via GitHub Actions or by manually building it) into your Python environment. You are now ready to run benchmarks! Refer to benchmarks/vldb24/README.md for more information about our submission benchmarks.
            sudo apt-get update
            sudo apt-get upgrade
            curl https://raw.githubusercontent.com/mwhittaker/vms/master/install_java8.sh -sSf | bash
            Install Coursier and Scala (and add to ~/.bash_path) wget https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux-static.gz gzip -d chmod +x cs Run cs setup when done
            Source ~/.bash_path at the top of ~/.bashrc. This adds Java to the path even in non-interactive mode.
            Install conda, setup a virtual environment, and add dependencies. wget https://repo.anaconda.com/miniconda/Miniconda3-py37_23.1.0-1-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh conda create -n autocomp python=3.7 Add conda activate autocomp to bottom of ~/.bashrc
            Increase MaxSessions and MaxStartups in /etc/ssh/sshd_config to 100 and 100:30:200, respectively.
            Re-source ~/.profile and ~/.bashrc.
            Install the protobuf compiler, Rust, and Prometheus.
            Clone this repo into the VM
            Compile the Scala code by running ./scripts/assembly_without_tests.sh

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/rithvikp/autocomp.git

          • CLI

            gh repo clone rithvikp/autocomp

          • sshUrl

            git@github.com:rithvikp/autocomp.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link