Skip to content

Instantly share code, notes, and snippets.

@frsyuki
Created June 8, 2012 01:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frsyuki/2892856 to your computer and use it in GitHub Desktop.
Save frsyuki/2892856 to your computer and use it in GitHub Desktop.
Updates on the MessagePack Project

Dear MessagePack developers,

This is Sadayuki Furuhashi. This email proposes my plan to update the following resources which are shared by all implementation projects:

Background

In MessagePack, each implementation project is designed and proceeded (managed?) by respective developers.

Thus, when I read another implementation, I see different designs, test methods, etc. because they reflect the culture of each programming language. I often gain insight from other implementations and apply what I learned to my own. This is an interesting aspect of the MessagePack project.

We're sharing one repository and bug tracker as a single project at the moment. This may limit the innovation of each implementation project.

At the same time, I would like to maintain a sense of unity that the current setup offers (especially our presence on the Web).

Plan

To improve the situation explained above, I'm planning on the following actions:

Split repositories

Split the http://github.com/msgpack/msgpack repository into a separate repository for each languages.

Since this update was requested before, all repositories are already divided except for PHP, Haskell, and Ocaml

Renew the website

I'll renew the top page at http://msgpack.org. The main message of the website will be "MessagePack is a reliable library that is widely used."

The website will have a section to describe simple usage for each languages in 3-5 lines. And it will link to the top page of each github repositories and LANG.msgpack.org for more information (API reference, etc.).

Assign LANG.msgpack.org subdomains

I'll set up CNAME for each language to be used for its Github Page where API references (RDoc/Javadoc, etc.) are supposed to be.

No more JIRA

Let’s use GitHub Issues instead. I'll set it up.

No more Hudson

Let’s use TravisCI instead.

Move MessagePack-RPC repositories

I'm planning to migrate MessagePack-RPC as subprojects. My rationale here is to make it less confusing for newcomers and easier for contributors by separating out related project like the RPCs from the serializer itself.

  • Move msgpack/msgpack-rpc.git to the msgpack-rpc organization
  • Move msgpack/msgpack-XXX-rpc.git to the msgpack-rpc organization
  • The new website links to these projects as related projects (This is how other projects such as ZeroRPC are already set up).

Archive the other repositories

Move the following repositories to another GitHub organization:

  • msgpack.git
  • msgpack-rpc.git
  • msgpack-idl.git
  • msgpack-hadoop.git
  • msgpack-rpc-python

Use cases of the MessagePack are widely spreading from the large scale web services to embedded devices.

Since I moved to Silicon Valley, I’ve realized that many engineers already recognize MessagePack as a cool (or crazy!) library.

Comments are welcome.

Thanks, Sadayuki Furuhashi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment