README.md
changeset 5 cee945391bf2
parent 4 174cf1b0f4a5
child 9 47425483883e
equal deleted inserted replaced
4:174cf1b0f4a5 5:cee945391bf2
     1 = Thingfish PostgreSQL Metastore
     1 # Thingfish PostgreSQL Metastore
     2 
     2 
     3 * http://bitbucket.org/mahlon/thingfish-metastore-pggraph
     3 * http://bitbucket.org/mahlon/thingfish-metastore-pggraph
     4 
     4 
     5 == Description
     5 ## Description
     6 
     6 
     7 This is a metadata storage plugin for the Thingfish digital asset
     7 This is a metadata storage plugin for the Thingfish digital asset
     8 manager.  It provides persistent storage for uploaded data to a
     8 manager.  It provides persistent storage for uploaded data to a
     9 PostgreSQL table.
     9 PostgreSQL table.
    10 
    10 
    11 It is heavily based on the regular PG metastore, however it differs by
    11 It is heavily based on the regular PG metastore, however it differs by
    12 storing objects as nodes, and their relations as edges.
    12 storing objects as nodes, and their relations as edges.
    13 
    13 
    14 
    14 
    15 == Authors
    15 ## Authors
    16 
    16 
    17 * Michael Granger <ged@FaerieMUD.org>
    17 * Michael Granger <ged@FaerieMUD.org>
    18 * Mahlon E. Smith <mahlon@martini.nu>
    18 * Mahlon E. Smith <mahlon@martini.nu>
    19 
    19 
    20 
    20 
    21 == Installation
    21 ## Installation
    22 
    22 
    23     $ gem install thingfish-metastore-pggraph
    23     $ gem install thingfish-metastore-pggraph
    24 
    24 
    25 
    25 
    26 ==  Usage
    26 ##  Usage
    27 
    27 
    28 As with Thingfish itself, this plugin uses
    28 As with Thingfish itself, this plugin uses
    29 Configurability[https://rubygems.org/gems/configurability] to modify
    29 Configurability[https://rubygems.org/gems/configurability] to modify
    30 default behaviors.
    30 default behaviors.
    31 
    31 
    40 
    40 
    41 
    41 
    42 When Thingfish starts, it will install the necessary database schema
    42 When Thingfish starts, it will install the necessary database schema
    43 automatically.
    43 automatically.
    44 
    44 
    45 == License
    45 ## License
    46 
    46 
    47 Copyright (c) 2014-2015, Michael Granger and Mahlon E. Smith.
    47 Copyright (c) 2014-2015, Michael Granger and Mahlon E. Smith.
    48 
    48 
    49 All rights reserved.
    49 All rights reserved.
    50 
    50