Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanety/kudzu-adapter-active_record
https://github.com/kanety/kudzu-adapter-active_record
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanety/kudzu-adapter-active_record
- Owner: kanety
- License: mit
- Created: 2017-11-19T02:53:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T00:43:16.000Z (3 months ago)
- Last Synced: 2024-10-21T04:07:31.457Z (3 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Kudzu::Adapter::ActiveRecord
ActiveRecord adapter for kudzu crawler.
## Dependencies
* kudzu 1.1+
* activerecord 5.0+## Installation
Add to your application's Gemfile:
```ruby
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](https://github.com/kanety/kudzu).
## 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](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).