~daisy-pluckers/oops-repository/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Robert Collins
  • Date: 2011-02-26 19:47:58 UTC
  • Revision ID: robert@canonical.com-20110226194758-u0i9ppdqcpsjifo6
Schema creation is possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
====================
15
15
 
16
16
* Cassandra (0.7)
17
 
* pycassa
18
 
* thrift 0.5 (for pycassa)
 
17
* python-pycassa
 
18
* python-thrift 0.5 (for pycassa)
19
19
* Python
20
20
 
21
21
Build Dependencies
35
35
 
36
36
    $ bzr branch lp:oops-repository
37
37
 
 
38
Getting started
 
39
===============
 
40
 
 
41
Install cassanda. Choose a keyspace for oopsrepository and export OOPS_KEYSPACE
 
42
with that value. For instance::
 
43
 
 
44
    $ export OOPS_KEYSPACE=oopses
 
45
 
 
46
Create the schema::
 
47
 
 
48
    $ python -m oopsrepository.schema
 
49
 
38
50
Code structure
39
51
==============
40
52