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

https://github.com/ess/penumbra

Naive caching/indexing, a shadow of solr
https://github.com/ess/penumbra

Last synced: over 1 year ago
JSON representation

Naive caching/indexing, a shadow of solr

Awesome Lists containing this project

README

          

# Penumbra

Just a shadow of sunspot/solr/whathave you. Creates JSON-stored Indexes,
possibly collected into Catalogs. Really, it's just a bunch of hashes.
Hashes all the way down! Hashes, I say!

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'penumbra'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install penumbra

## Usage

## Development

## Contributing