Skip to content

kanety/kudzu-adapter-active_record

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published