Skip to content

denza/crowder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowder

Crowder is a task scheduler for a web api. It is used as an active component in an environment with many apis.

Idea behind a web api is to be stateless. That gives you a lot of benefits, mainly related to scalability. Combining an active component to a stateless component as one is something you do not want to do because you are loosing all benefits and introducing new complexity.

Motivation

An environment where crowder was raised is mutiple web apis. Since web api nature is to be stateless, there was a need for an active component to monitor and to do what an api can't do itself.

Having multple web apis and all requiring the same thing it was obvious that an independent service should be developed to serve others. Overhead of developing and maintaing the same thing multiple times and driven by DRY principle were the main motivation to start crowder.

How it works

Crowder will receive a request which will hold information when and where a trigger will happen. A trigger can be one time or repetitive. A web api can trigger itself or some other web location.

Other than time and location a web api can provide following:

  • submit method (GET,POST etc),
  • content type (if not defined it will be the same as in the request when crowder is reached)
  • submit body
  • additonal headers
  • callback url(if you want to handle respone when trigger reaches a target)

About

Crowder is web based integrator and task scheduler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages