File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 9
9
<h1 align =" center " >ETL</h1 >
10
10
11
11
<p align =" center " >
12
+ <a href="https://github.com/supabase/etl/actions/workflows/ci.yml">
13
+ <img alt="CI" src="https://github.com/supabase/etl/actions/workflows/ci.yml/badge.svg?branch=main">
14
+ </a>
15
+ <a href="https://coveralls.io/github/supabase/etl?branch=main">
16
+ <img alt="Coverage Status" src="https://coveralls.io/repos/github/supabase/etl/badge.svg?branch=main">
17
+ </a>
18
+ <a href="https://github.com/supabase/etl/actions/workflows/docs.yml">
19
+ <img alt="Docs" src="https://github.com/supabase/etl/actions/workflows/docs.yml/badge.svg?branch=main">
20
+ </a>
21
+ <a href="https://github.com/supabase/etl/actions/workflows/docker-build.yml">
22
+ <img alt="Docker Build" src="https://github.com/supabase/etl/actions/workflows/docker-build.yml/badge.svg?branch=main">
23
+ </a>
24
+ <a href="https://github.com/supabase/etl/actions/workflows/audit.yml">
25
+ <img alt="Security Audit" src="https://github.com/supabase/etl/actions/workflows/audit.yml/badge.svg?branch=main">
26
+ </a>
27
+ <a href="LICENSE">
28
+ <img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
29
+ </a>
30
+ <br />
12
31
Build real-time Postgres replication applications in Rust
13
32
<br />
14
33
<a href="https://supabase.github.io/etl"><strong>Documentation</strong></a>
You can’t perform that action at this time.
0 commit comments