Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deadbeat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
Deadbeat
Commits
f60b805e
Commit
f60b805e
authored
May 31, 2018
by
Pavel Kácha
Browse files
Options
Downloads
Patches
Plain Diff
Enhanced README
parent
e1a208cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+24
-3
24 additions, 3 deletions
README.rst
with
24 additions
and
3 deletions
README.rst
+
24
−
3
View file @
f60b805e
...
@@ -6,11 +6,32 @@ Deadbeat - README
...
@@ -6,11 +6,32 @@ Deadbeat - README
Although production code is based on this library, it should still be considered
Although production code is based on this library, it should still be considered
as work in progress.
as work in progress.
*deadbeat* /ˈdɛdbiːt/
Introduction
1. A lazy or socially undesirable person; a loafer, slacker.
------------
2. *(Horology)* Improved version of the anchor escapement, which slides over
the dead face of the escape tooth without recoil after giving impulse to the pendulum.
Framework for event driven data transformation scripts.
*Deadbeat* is a framework for creating event driven data transformation tools.
With Deadbeat you can create well behaving *nix application/daemon/cron script which ingests,
processes, transforms and outputs realtime data. It allows you to create the geartrain of cogs,
where each cog does one specific action. The cigs range from fetching information, parsing,
modification, typecasting, transformations, to enrichment, filtering, anonymisation,
deduplication, aggregation, formatting, marshalling and output.
Deadbeat is event driven, it is able to watch and act upon common sources of events: timer,
I/O poll, inotify and unix signals. Usually Deadbeat just slacks around doing completely
nothing until some data arives (be it primary data feed or answers to network queries).
The code supports both Python 2.7+ and 3.0+.
The library is part of SABU_ project, loosely related to Warden_, and often used to process
IDEA_ events.
.. _SABU: https://sabu.cesnet.cz
.. _Warden: https://warden.cesnet.cz
.. _IDEA: https://idea.cesnet.cz
Copyright
Copyright
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment