Skip to content
Athenian FRC Robotics etcd
Type to start searching
    GitHub Home
    GitHub Home
    • Home
      • FRC Robotics
      • Programming Tutorials
    • Coding Resources
        • Learning
          • Basics
          • Conditionals
          • Lists
          • Dictionaries
          • Iterations
          • Functions
        • Setup
        • Posts
      • Kotlin
      • C
      • OSX
        • Raspbian
        • Ubuntu
        • Generic Linux
          • ssh
          • apt
      • Unix
      • Installation
      • Commands
      • ROS Serial
      • Miscellaneous
      • ROS Master SD Card
      • Gazebo
      • Crickit/CPX and CircuitPython
      • Links
      • Software Services
      • Git
      • Jupyter Notebooks
      • Jupyter Options
      • Docker
      • Kubernetes
      • Istio
      • gRPC
      • OpenCV
      • GraphQL
      • Flutter
      • RoboMaker
      • etcd
        • General
        • Elections
        • ZK and Curator
        • Setup
      • FAAS
      • PyQt5
      • nginx
      • Gradle
      • Prometheus
      • Grafana
      • Markdown
      • MkDocs
      • Databases
      • Web Services
      • Web Content
      • Plot.ly
      • XQuartz
      • AI Projects
      • Raspberry Pi Zero W
      • Raspi Hats
      • Sensors
      • SD Cards
      • Arduino
      • Metro Mini
      • Blinkt
      • Logitech Joystick
      • Nvidia Jetson TX2
      • roboRIO
      • Intel Euclid
      • NeoTrellis M4
      • Adafruit Circuit Playground
      • BBC micro:bit
      • vim
      • Shell
      • Machine Learning
      • Magni
      • TurtleBot3
      • GoPiGo
        • Admin
        • Python
        • ROS
      • Setup
      • Networking
    • Battlesnake
    • Robotics
    • CodinGame Tips
    • Hour of Code
    • Nand To Tetris
      • Robots
      • Software
      • Teaching
    • Overview
    • Advice
    • Miscellaneous
    • General
    • Elections
    • ZK and Curator
    • Setup
    

    etcd¶

    General¶

    • Introduction to etcd v3
    • etcd for Beginners
    • etc3 Documentation
    • etcd3 CLI
    • etcd 2 to 3: new APIs and new possibilities
    • Apache Zookeeper vs etcd3
    • Serializability and Distributed Software Transactional Memory with etcd3
    • Transaction Example
    • play.etcd.io
    • Go etcd3 API

    Elections¶

    • etcd3 leader election using Python

    ZK and Curator¶

    • ZooKeeper Tutorial
    • Curator Examples

    Setup¶

    Start a local server with:

    1
    etcd --listen-client-urls=http://localhost:2379 --advertise-client-urls=http://localhost:2379
    

    Previous RoboMaker
    Next FAAS
    powered by MkDocs and Material for MkDocs