Skip to content
/ rtw Public

Read-Transform-Write is a pipeline style library for writing components to separate reads, writes, and non-db operations (transforms) in separate stages that each use their own operation context (for example, a different database connection). Helps with writer/reader separated arquitectures such as Amazon RDS clusters

License

Notifications You must be signed in to change notification settings

NovaMage/rtw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6e7db9 · Dec 17, 2024

History

6 Commits
Oct 13, 2023
Dec 17, 2024
Dec 17, 2024
Oct 13, 2023
Oct 13, 2023
Oct 13, 2023
Dec 17, 2024
Dec 17, 2024
Oct 13, 2023
Oct 13, 2023
Dec 17, 2024
Oct 13, 2023
Oct 13, 2023
Dec 17, 2024

Repository files navigation

RTW

Read-Transform-Write is a pipeline style library for writing components to separate reads, writes, and non-db operations (transforms) in separate stages that each use their own operation context (for example, a different database connection). Helps with writer/reader separated arquitectures such as Amazon RDS clusters

About

Read-Transform-Write is a pipeline style library for writing components to separate reads, writes, and non-db operations (transforms) in separate stages that each use their own operation context (for example, a different database connection). Helps with writer/reader separated arquitectures such as Amazon RDS clusters

Resources

License

Stars

Watchers

Forks

Packages

No packages published