Popularity
1.3
Declining
Activity
7.6
-
17
8
6

Description

The Supplejack API is a mountable engine which provides functionality to store, index and retrieve metadata via an API.

For more information on how to configure and use this application refer to the documentation.

Monthly Downloads: 20
Programming language: Ruby
License: GNU General Public License v3.0 only
Tags: Web Crawling     Rails Engine    
Latest version: v3.6.16

Supplejack API alternatives and similar gems

Based on the "Web Crawling" category.
Alternatively, view Supplejack API alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Supplejack API or a related project?

Add another 'Web Crawling' Gem

README

Supplejack Logo

Supplejack API

The Supplejack API is a mountable engine which provides functionality to store, index and retrieve metadata via an API.

For more information on how to configure and use this application refer to the documentation.

Installation

Install & Setup instructions

Swagger Documentation

Stories Api

Engine Development

Rails console

cd spec/dummy/
bundle exec rails console

Rails server

cd spec/dummy/
bundle exec rails server

Solr

cd spec/dummy/
bundle exec rake app:sunspot:solr:start

This will start the server based on the configuration in config/sunspot.yml

cd spec/dummy/
bundle exec rake app:sunspot:solr:stop

Engine Testing

Rspec Specs

From the root of the engine, run

bundle exec rspec spec/

This uses spec/dummy to mount the engine into and then runs the specs.

COPYRIGHT AND LICENSING

MAJORITY OF SUPPLEJACK CODE - GNU GENERAL PUBLIC LICENCE, VERSION 3

Supplejack is a tool for aggregating, searching and sharing metadata records. Supplejack API is a component of Supplejack. Except as indicated below, the Supplejack API code is Crown copyright (C) 2014, New Zealand Government. Supplejack was created by DigitalNZ at the National Library of NZ and the Department of Internal Affairs. http://digitalnz.org/supplejack

Except as indicated below, this program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses / http://www.gnu.org/licenses/gpl-3.0.txt


*Note that all licence references and agreements mentioned in the Supplejack API README section above are relevant to that project's source code only.