Low commit activity in last 3 years
A long-lived project that still receives updates
ActiveRecord adapter for kudzu crawler
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Kudzu::Adapter::ActiveRecord

ActiveRecord adapter for kudzu crawler.

Dependencies

  • kudzu 1.1+
  • activerecord 5.0+

Installation

Add to your application's Gemfile:

gem 'kudzu-adapter-active_record'

Then run:

$ bundle install

Create migration files:

$ rails generate kudzu:adapter:active_record:migration

Migrate into your application:

$ bundle exec rake db:migrate

This migration creates following tables:

  • kudzu_pages
  • kudzu_chunks
  • kudzu_links

Usage

Basic usage is same as kudzu gem.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kanety/kudzu-adapter-active_record. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.