https://github.com/tulibraries/blimp
Blacklight data importer
https://github.com/tulibraries/blimp
Last synced: 5 months ago
JSON representation
Blacklight data importer
- Host: GitHub
- URL: https://github.com/tulibraries/blimp
- Owner: tulibraries
- License: mit
- Created: 2017-03-07T17:14:26.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T19:08:14.000Z (8 months ago)
- Last Synced: 2025-10-20T21:11:27.789Z (8 months ago)
- Language: Ruby
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Blimp
Short description and motivation.
## Usage
How to use this plugin.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'blimp'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install blimp
```
Then migrate the blimp database
```bash
$ rake blimp:install:migrations
$ rake db:migrate
```
The Solr URL is `http://localhost:8983/solr/blacklight-core`. To change the solr core, set the environment variable SOLR_URL.
To import a CSV file with headers, visit [http://0.0.0.0:3000/blimp/uploads], select the file to ingest and enter the header of the column with the unique ID.
Blimp will import the data when you submit the form.
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).