Go Developers wanted at Iron.io

Posted by Brian Wed, 28 Dec 2011 02:30:00 GMT

 

Travis Reeder sent this link:

Job Posting

Time to `gofix` your resume!

WeedFS

Posted by Brian Tue, 27 Dec 2011 23:43:00 GMT

Chris Lu announces WeedFS:

I am excited to announce a new Go project: Weed File System.

http://weed-fs.googlecode.com

Weed-FS is a simple and highly scalable distributed file system to store and retrieve billions of files.

Weed-FS does not support full POSIX file system semantics, but is a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".

Weed-FS models after Facebook's Haystack design paper, but simplified.

It runs on common file system, mostly reads with O(1) disk operation.

The volumes on the storage node behaves like a tar file, but readable and writable.

This is for files that are not changed often, for example, pictures, video, audio, etc. And since weedfs has only O(1) disk operation, it's ideal for online websites for quick and concurrent accesses.

Weed-FS is at version 0.1, but usable now. Welcome to use it, report bugs, feature requests, or contribute code directly!

Hello World!

Posted by Brian Tue, 27 Dec 2011 21:34:00 GMT

Please be patient while I migrate to new software.  Thanks!