Comparing version 1.0.0 to 1.0.1
@@ -20,3 +20,3 @@ ![](hydra.png) | ||
> ☕ If you're using ExpressJS to build your microservice you should consider using the [Hydra-Express](https://github.com/flywheelsports/fwsp-hydra-express) module which provides ExpressJS bindings and a higher level of abstraction. | ||
> ☕ If you're using ExpressJS to build your microservice you should consider using the [Hydra-Express](https://github.com/flywheelsports/hydra-express) module which provides ExpressJS bindings and a higher level of abstraction. | ||
@@ -54,3 +54,3 @@ In this document we'll refer to `services` and `service instances`. A Service Instance and Service Node refers to the same thing. A service is simply the name given to one or more service instances, consider it a class of service. For example, we might have a service to handle image resizing, and we might simply call that service `image-resizer`. In our cloud infrastructure we might have three instances of the image-resizer service running in response to high demand. Each instance is a service instance or node. | ||
``` | ||
$ npm install fwsp-hydra | ||
$ npm install hydra | ||
``` | ||
@@ -65,3 +65,3 @@ | ||
```javascript | ||
const hydra = require('fwsp-hydra'); | ||
const hydra = require('hydra'); | ||
``` | ||
@@ -337,3 +337,3 @@ | ||
Using Hydra you can send messages between services and even route messages among a series of services. This is one of the features that the [Hydra-Router](https://github.com/flywheelsports/fwsp-hydra-router) offers. | ||
Using Hydra you can send messages between services and even route messages among a series of services. This is one of the features that the [Hydra-Router](https://github.com/flywheelsports/hydra-router) offers. | ||
@@ -340,0 +340,0 @@ #### Built-in message channels |
{ | ||
"name": "hydra", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Carlos Justiniano", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
![](hydra.png) | ||
[![npm version](https://badge.fury.io/js/fwsp-hydra.svg)](https://badge.fury.io/js/fwsp-hydra) <span class="badge-npmdownloads"><a href="https://npmjs.org/package/fwsp-hydra" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/fwsp-hydra.svg" alt="NPM downloads" /></a></span> | ||
[![npm version](https://badge.fury.io/js/fwsp-hydra.svg)](https://badge.fury.io/js/fwsp-hydra) <span class="badge-npmdownloads"><a href="https://npmjs.org/package/fwsp-hydra" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/fwsp-hydra.svg" alt="NPM downloads" /></a></span> | ||
Hydra is a a light-weight library for building distributed computing applications - such as microservices. | ||
Hydra is a light-weight library for building distributed computing applications - such as microservices. | ||
It was announced at [EmpireNode 2016](http://empirenode.org/). | ||
@@ -10,2 +10,4 @@ | ||
[What is Hydra? (2min read)](https://medium.com/@cjus/what-is-hydra-226db88fc075#.vb1ha78tn) | ||
There's a Hydra tutorial on the [RisingStack community site](https://community.risingstack.com/tutorial-building-expressjs-based-microservices-using-hydra/). Rather watch a video - than read the docs? See our [Introduction to Hydra](https://www.youtube.com/watch?v=dHFQxrc4Fnk) video on YouTube. | ||
@@ -30,8 +32,12 @@ | ||
* [Hydra-Express](https://github.com/flywheelsports/fwsp-hydra-express): hydra for ExpressJS developers | ||
* [Hydra-Express](https://github.com/flywheelsports/hydra-express): hydra for ExpressJS developers | ||
* [Hydra-cli](https://github.com/flywheelsports/hydra-cli): a hydra commandline client for interacting with Hydra-enabled applications | ||
* [Hydra Generator](https://github.com/flywheelsports/generator-fwsp-hydra): A Yeoman generator for quickly building hydra-based projects | ||
* [Hydra-Router](https://github.com/flywheelsports/fwsp-hydra-router): A service-aware socket and HTTP API router | ||
* [Hydra-Router](https://github.com/flywheelsports/hydra-router): A service-aware socket and HTTP API router | ||
* [UMF](https://github.com/cjus/umf): Universal Message Format, a messaging specification for routable messages | ||
* [Hydra-Cluster](https://github.com/cjus/hydra-cluster): A compute cluster based on Hydra | ||
* [Other Flywheel Sports open source projects](https://github.com/flywheelsports) | ||
### Special thanks | ||
A special thanks to Michael Stillwell for generously allowing the Hydra project to use his old repo name on NPM! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
951951
42
3