@@ -46,11 +46,11 @@ Supported sources and databases for your metrics to live in and be queried from:
4646<table >
4747 <thead>
4848 <tr>
49- <th align="center"><a href="./anomstack/fn/run.py">Python</a></th>
50- <th align="center"><a href="./anomstack/external/gcp/bigquery.py">BigQuery</a></th>
51- <th align="center"><a href="./anomstack/external/snowflake/snowflake.py">Snowflake</a></th>
52- <th align="center"><a href="./anomstack/external/duckdb/duckdb.py">DuckDB</a></th>
53- <th align="center"><a href="./anomstack/external/sqlite/sqlite.py">SQLite</a></th>
49+ <th align="center"><a href="./anomstack/fn/run.py" target="_blank" >Python</a></th>
50+ <th align="center"><a href="./anomstack/external/gcp/bigquery.py" target="_blank" >BigQuery</a></th>
51+ <th align="center"><a href="./anomstack/external/snowflake/snowflake.py" target="_blank" >Snowflake</a></th>
52+ <th align="center"><a href="./anomstack/external/duckdb/duckdb.py" target="_blank" >DuckDB</a></th>
53+ <th align="center"><a href="./anomstack/external/sqlite/sqlite.py" target="_blank" >SQLite</a></th>
5454 <th align="center">Redshift</th>
5555 </tr>
5656 </thead>
@@ -71,9 +71,9 @@ Supported storage for your trained models:
7171<table >
7272 <thead>
7373 <tr>
74- <th align="center"><a href="./anomstack/io/save.py">Local</a></th>
75- <th align="center"><a href="./anomstack/external/gcp/gcs.py">GCS</a></th>
76- <th align="center"><a href="./anomstack/external/aws/s3.py">S3</a></th>
74+ <th align="center"><a href="./anomstack/io/save.py" target="_blank" >Local</a></th>
75+ <th align="center"><a href="./anomstack/external/gcp/gcs.py" target="_blank" >GCS</a></th>
76+ <th align="center"><a href="./anomstack/external/aws/s3.py" target="_blank" >S3</a></th>
7777 <th align="center">Azure Blob</th>
7878 </tr>
7979 </thead>
@@ -87,6 +87,23 @@ Supported storage for your trained models:
8787 </tbody>
8888</table >
8989
90+ Supported ways to receive alerts:
91+
92+ <table >
93+ <thead>
94+ <tr>
95+ <th align="center"><a href="./anomstack/alerts/email.py" target="_blank">Email</a></th>
96+ <th align="center"><a href="./anomstack/alerts/slack.py" target="_blank">Slack</a></th>
97+ </tr>
98+ </thead>
99+ <tbody>
100+ <tr>
101+ <td align="center">✅</td>
102+ <td align="center">✅</td>
103+ </tr>
104+ </tbody>
105+ </table >
106+
90107Supported ways to run this project:
91108
92109<table >
0 commit comments