-
Notifications
You must be signed in to change notification settings - Fork 33
Miscellaneous
- Central dashboard with Latency measurements, instrumentation,
- Better synchronization tools and monitoring.
- Server Side Event hooks to provide near real time data to browsers.
- Helpers to refresh caches in the system
When using Promiscuous, multi updates and delete anymore are no longer possible on the publisher side. Promiscuous enforces this rule and will throw exception when the rule is not followed.
In the system, only one application can publish to a given endpoint. We call this application the owner of corresponding model.
The subscribed models' callbacks should be idempotent as Promiscuous may retry to process a message when a failure has occurred.
-
Publishing the same model to different endpoint (for API versioning) is not yet supported.
-
Subscribing the same model from different publishers is not yet supported.
Q: Is it Production Ready?
A: Mongoid publishing and subscribing is. ActiveRecord support is beta until it has seen more production mileage.
Q: How big is promiscuous?
A: Fairly small for what it does, less than 2,000 lines.
Q: Is Promiscous well tested?
A: Yes, we mostly have integrations tests.
Q: Does it depends on Rails?
A: No. You can use promiscuous --require boot.rb
.
Copyright (c) 2013 Crowdtap
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.