Skip to content

rubiii/git_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Store

A key/value store based on Git.

Inspiration

“Gittin Down to the Plumbing” by Scott Chacon (video2010.scottishrubyconference.com/show_video/11/0)

Installation

The gem is available through Rubygems and can be installed via:

$ gem install git_store

Runtime dependencies

Getting started

Open a new Git Store:

$ mkdir my_store
$ cd my_store
$ git_store --port 4567
$ open http://localhost:4567

The Git Store will refuse to open if your current directory already contains a .git folder. But you can force the Git Store to reopen by passing the “–reopen” argument.

$ git_store –port 4567 –reopen

_why?

Build for whyday 2010 Explore the code if you like to learn something about git plumbing

About

A revision-controlling key/value store based on Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages