Giter VIP home page Giter VIP logo

zk-api's Introduction

dcos-go - DC/OS golang shared packages

Build Status GoDoc Go Report Card

This repository exists to collect commonly shared Go code within Mesosphere. It can include code that is specific to DC/OS and can also include code that is more utilitarian in nature.

Contributing

Everyone is welcome to submit Pull Requests.

If you find yourself writing the same code more than once in separate projects, or have seen the same code in more than one project, it may be a good candidate for inclusion into this repository. Be sure to ask on the mailing list if you are unsure before contributing.

Pull requests should adhere to the following guidelines:

  • Reviewer first: create your changeset with care for the reviewer.
  • The changeset should have a good description.
  • Each commit in the changeset should have a description as well as be focused on one thing.
  • Code must be tested
  • Code should be written with care to allow for non-breaking changes going forward
  • If introducing a new package, the package should have a doc.go file which describes the purpose of the package.
  • Try not to introduce external dependencies unless necessary.

External Libraries

It's somewhat difficult to only rely on the Go stdlib when creating shared libraries. Certainly if one is already used in the repository do not introduce a new one that does the same thing if at all possible.

Going forward we will be creating guidelines for vendoring dependencies in this project. You can track the progress of this effort by following this ticket.

Packages In This Library

  • jwt/transport : JWT token support.
  • store : In-Memory key/value store.
  • dcos/nodeutil : Interact with DC/OS services and variables
  • zk : Provide a simple client for Zookeeper.

Note that this package list is manually updated in this README. There is some discussion about automating this process. You can track the progress of this effort by following this ticket.

OSS Projects Using This Library

License

Licensed under the Apache License, Version 2.0.

zk-api's People

Contributors

bamarni avatar branden avatar collinvandyck avatar grampelberg avatar malnick avatar mnaboka avatar

Watchers

 avatar  avatar  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.