Block or report user

Organizations

@minio

Pinned repositories

  1. mholt/caddy

    Fast, cross-platform HTTP/2 web server with automatic HTTPS

    Go 12k 775

  2. minio/minio

    Minio is an open source object storage server compatible with Amazon S3 APIs

    Go 6.6k 474

  3. Mit-Distributed-Systems

    Lab solution for MIT Distributed systems Spring 2016 course.

    Go 1

  4. minio-chaos

    Choas framework for testing Minio's fault tolerance capability.

    Go

  5. chrislusf/gleam

    Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.

    Go 648 63

  6. mesosphere/universe

    The Mesosphere Universe package repository.

    HTML 225 308

594 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity First pull request First issue First repository Joined GitHub

April 2017

Created a pull request in minio/minio that received 4 comments

Fix writes from Apache Spark.

Due to usage of amazon SDK, spark expects md5sum of empty string to be returned when it does PUT on a directory. The fix returns md5sum of a empty…

Created an issue in minio/minio that received 2 comments

erasure: Create fuzz test for erasure coding library

The erasure coding library is the core of Minio's data distribution logic, The library https://github.com/klauspost/reedsolomon is being currently…