https://github.com/swader/diffbot-sp-search
Diffbot powered SitePoint search engine
https://github.com/swader/diffbot-sp-search
Last synced: about 1 year ago
JSON representation
Diffbot powered SitePoint search engine
- Host: GitHub
- URL: https://github.com/swader/diffbot-sp-search
- Owner: Swader
- License: mit
- Created: 2015-06-14T13:55:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T12:12:15.000Z (almost 11 years ago)
- Last Synced: 2025-03-29T06:22:46.064Z (over 1 year ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Diffbot-powered SitePoint Search Engine
This is a machine-learning powered search engine for SitePoint's content.
[Diffbot](http://diffbot.com) extracts and structures the data (more info on that [here](http://sitepoint.com/tag/diffbot) and provides API points to query these harvested collections.
The crawling is repeated with 24 hour breaks, making sure that the content of the collection is never more than a couple of days old.
Live version at http://search.sitepoint.tools
Detailed tutorial on how each part was built (including the crawling and searching mechanics) coming soon.
## Contributing
See [Contributing](CONTRIBUTING.md).
## License
MIT. See [License](LICENSE.md).
## Credits
- Bruno Skvorc ([@bitfalls](https://twitter.com/bitfalls))