Skip to content

mwmitchell/raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raven

Raven is a flexible framework for indexing, searching and displaying various data formats. In its preliminary stages, Raven has shown to work with TEI, EAD and VRA as well as other, non-XML formats. The framework aims to provide out of the box “profiles” for different data formats. Profiles will include indexing strategies, view templates and user interface widgets for working with the data in meaningful ways. The modern software stack is all open source. Ruby on Rails provides the application framework while Solr provides the search engine and data store.

Indexing the demo (TEI) data:

# move into web app dir…

cd web
rake solr:start

new shell window…

cd web
rake index:swinburne --trace

wait…

./script/server

browse to localhost:3000/swinburne

About

A search and presentation system for various data formats (ead, tei, images etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published