Node.js 包管理器 ied
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://gugel.io/ied/
软件介绍
ied 是另一个 Node.js 包管理器,类似 npm,但是比 npm 快!
主要特性:
快速,完全并发安装
正确解决依赖
支持 semver
正确处理
devDependencies生成一个平滑的 node_modules 目录
快速缓存
与 npm registry 交互
包没有全局命名空间
允许你在同一个包a
require多个版本通过进程条可视化指示器进程
遵循你的全局配置
提供有用工具集,比如
ping,config,ls支持私有 registries
使用
ied is a package manager for Node. Usage: ied command [arguments] The commands are: install fetch packages and dependencies run run a package.json script test run the test-suite of the current package shell enter a sub-shell with augmented PATH ping check if the registry is up ls print the dependency graph expose make a sub-dependency `require`able config print the used config init initialize a new package link link the current package or into it unlink unlink the current package or from it Flags: -h, --help show usage information -v, --version print the current version -S, --save update package.json dependencies -D, --save-dev update package.json devDependencies -o, --only install a subset of the dependencies -r, --registry use a custom registry (default: http://registry.npmjs.org/) Example: ied install ied install <pkg> ied install <pkg>@<version> ied install <pkg>@<version range> Can specify one or more: ied install semver@^5.0.1 tape If no argument is supplied, installs dependencies from package.json. Sub-commands can also be called via their shorthand aliases. README: https://github.com/alexanderGugel/ied ISSUES: https://github.com/alexanderGugel/ied/issues
大数据系统构建
Nathan Marz、James Warren / 马延辉、向磊、魏东琦 / 机械工业出版社 / 2017-1 / 79.00
随着社交网络、网络分析和智能型电子商务的兴起,传统的数据库系统显然已无法满足海量数据的管理需求。 作为一种新的处理模式,大数据系统应运而生,它使用多台机器并行工作,能够对海量数据进行存储、处理、分析,进而帮助用户从中提取对优化流程、实现高增长率的有用信息,做更为精准有效的决策。 但不可忽略的是,它也引入了大多数开发者并不熟悉的、困扰传统架构的复杂性问题。 本书将教你充分利用集群硬件优势的La......一起来看看 《大数据系统构建》 这本书的介绍吧!
