Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Rialto::Etl is a set of ETL tools for RIALTO, Stanford University Libraries' research intelligence project
Add this line to your application's Gemfile:
gem 'rialto-etl'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rialto-etl
Run bin/extract
to run a named extractor and print output to STDOUT:
$ bin/extract -s StanfordResearchers
{"count":10,"firstPage":true,"lastPage":false,"page":1,"totalCount":29089,"totalPages":2909,"values":[{"administrativeAppointments":[...
Note: if you need to run any of the extractors that inherit from AbstractStanfordExtractor
, you will first need to obtain a token for the CAP API and set the CAP_TOKEN
environment variable in your session.
Run bin/transform
to run a named transformer, based on Traject, on a named input file and print output to STDOUT:
$ bin/transform -s StanfordOrganizationsToVivo -i stanford_organizations.json
{"@id":"http://authorities.stanford.edu/orgs#vice-provost-for-undergraduate-education/stanford-introductory-studies/freshman-and-sophomore-programs","@type":"http://vivoweb.org/ontology/core#Division","rdfs:label":"Freshman and Sophomore Programs","vivo:abbreviation":["FFQH"]}
TBD
$ bin/extract -h
Usage: bin/extract [options]
-n, --name NAME Name of the extractor to run (REQUIRED)
$ bin/transform -h
Usage: bin/transform [options]
-n, --name NAME Name of the transformer to run (REQUIRED)
-i, --input-file FILENAME Name of file holding data to be transformed (REQUIRED)
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/sul-dlss-labs/rialto-etl.
FAQs
Unknown package
We found that rialto-etl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.