https://github.com/gulpjs/registry
[Unused] NPM on ElasticSearch
https://github.com/gulpjs/registry
Last synced: 9 months ago
JSON representation
[Unused] NPM on ElasticSearch
- Host: GitHub
- URL: https://github.com/gulpjs/registry
- Owner: gulpjs
- License: mit
- Archived: true
- Created: 2014-03-21T16:57:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T09:44:16.000Z (over 11 years ago)
- Last Synced: 2024-10-30T00:55:59.464Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Information
Packageregistry
Description
elasticsearch API wrapper
Node Version
>= 0.9
## Usage
```
node bin/proxy.js --port 80 --es http://localhost:9200/npm
```
```
node bin/replicate.js --npm http://skimdb.npmjs.com/registry --es http://localhost:9200/npm
```
```
node bin/all.js --port 80 --npm http://skimdb.npmjs.com/registry --es http://localhost:9200/npm
```
### Putting npm into elasticsearch
see [solids/npm2es](https://github.com/solids/npm2es)