The Artima Developer Community
Sponsored Link

Web Buzz Forum
Git Store - using Git as versioned data store in Ruby

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matthias Georgi

Posts: 54
Nickname: georgi
Registered: Apr, 2007

Matthias Georgi is a Ruby on Rails freelancer.
Git Store - using Git as versioned data store in Ruby Posted: Dec 26, 2008 10:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Matthias Georgi.
Original Post: Git Store - using Git as versioned data store in Ruby
Feed Title: Matthias Georgi
Feed URL: http://feeds.feedburner.com/matthias-georgi?format=xml
Feed Description: Webdev, Gamedev and Interaction Design.
Latest Web Buzz Posts
Latest Web Buzz Posts by Matthias Georgi
Latest Posts From Matthias Georgi

Advertisement
GitStore is a small Ruby library, providing an easy interface to the version control system Git. It aims to use Git as a versioned data store much like the well known PStore. Basically GitStore checks out the repository into a in-memory representation, which can be modified and finally committed. In this way your data is stored in a folder structure and can be checked out and examined, but the application may access the data in a convenient hash-like way. This library is based on Grit, the main technology behind GitHub.

Read: Git Store - using Git as versioned data store in Ruby

Topic: CAP Gemini and Amazon partner to kick-start Cloud Previous Topic   Next Topic Topic: 2nd RDF Vancouver/Semantic Web User Group Meeting - Wed, Nov/26 @ WorkSpace

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use