An open API service indexing awesome lists of open source software.

https://github.com/alex-ray/karmaville-optimization

dbc query optimization
https://github.com/alex-ray/karmaville-optimization

Last synced: about 1 year ago
JSON representation

dbc query optimization

Awesome Lists containing this project

README

          

# Welcome to KarmaVille

## Getting Started

KarmaVille uses [PostgreSQL](http://www.postgresql.org/). Run the following commands to get started:

```text
$ git clone git://github.com/Devbootcamp/karmaville.git
$ cd karmaville
$ bundle install
$ rake db:setup
```

The `rake db:setup` command could take several minutes to run.