-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the gulp registry instead of npmsearch #1
Comments
That sounds great! :) Will look into the switch tomorrow. |
@contra how long does it usually take for a new package to show up in the elastic search db? I published |
@joakimbeng Looks like the replication stopped - it's back up now and I'm looking into why it stopped |
@contra thanks! Now the generator search works on http://klei.github.io/slush |
Hey!
Great project - I just wanted to let you know that you're free to use the gulpjs registry instead of npmsearch (which we had a lot of downtime issues with) for your generator page.
Basically http://registry.gulpjs.com/ is an elasticsearch with all of npm in it that is kept up to date and sponsored by DigitalOcean.
Here are some sample queries:
http://registry.gulpjs.com/_search?pretty=true&q=keywords:gulpplugin,gulpfriendly&fields=name,keywords,rating,description,author,modified,homepage,version,license
http://registry.gulpjs.com/package/gulp?pretty=true
The text was updated successfully, but these errors were encountered: