|
1 | 1 | # Extractors |
2 | 2 |
|
3 | | -Meteor currently supports metadata extraction on these data sources. To perform extraction on any of these you need to create a recipe file with instructions as mentioned [here](../concepts/recipe.md). In the `sample-recipe.yaml` add `source` information such as `type` from the table below and `config` for that particular extractor can be found by visiting the link in the `type` field. |
| 3 | +Meteor currently supports metadata extraction on these data sources. To perform |
| 4 | +extraction on any of these you need to create a recipe file with instructions as |
| 5 | +mentioned [here](../concepts/recipe.md). In the `sample-recipe.yaml` |
| 6 | +add `source` information such as `type` from the table below and `config` for |
| 7 | +that particular extractor can be found by visiting the link in the `type` field. |
4 | 8 |
|
5 | 9 | ## Extractors Feature Matrix |
6 | 10 |
|
@@ -31,7 +35,6 @@ Meteor currently supports metadata extraction on these data sources. To perform |
31 | 35 | | [`tableau`][tableau-readme] | ✅ | ✅ | ✅ | ✗ | ✗ | |
32 | 36 | | [`redash`][redash-readme] | ✅ | ✗ | ✗ | ✗ | ✗ | |
33 | 37 |
|
34 | | - |
35 | 38 | ### Topic |
36 | 39 |
|
37 | 40 | | Type | Profile | Schema | Ownership | Lineage | Tags | Custom | |
@@ -76,31 +79,67 @@ Meteor currently supports metadata extraction on these data sources. To perform |
76 | 79 | |:--------------------------|:----------|:----------|:------------|:-------| |
77 | 80 | | [`merlin`][merlin-readme] | ✅ | ✅ | ✗ | ✅ | ✅ | |
78 | 81 |
|
| 82 | +### Generic |
| 83 | + |
| 84 | +These are special type of extractors that are capable of extracting _any_ type |
| 85 | +of asset. |
| 86 | + |
| 87 | +| Type | Ownership | Upstreams | Downstreams | Custom | |
| 88 | +|:----------------------|:----------|:----------|:------------|:-------| |
| 89 | +| [`http`][http-readme] | ✅ | ✅ | ✅ | ✅ | ✅ | |
| 90 | + |
79 | 91 | <!--- Not using relative links because that breaks the docs build --> |
80 | 92 |
|
81 | 93 | [clickhouse-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/clickhouse/README.md |
| 94 | + |
82 | 95 | [couchdb-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/couchdb/README.md |
| 96 | + |
83 | 97 | [mongodb-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/mongodb/README.md |
| 98 | + |
84 | 99 | [mssql-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/mssql/README.md |
| 100 | + |
85 | 101 | [mysql-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/mysql/README.md |
| 102 | + |
86 | 103 | [postgres-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/postgres/README.md |
| 104 | + |
87 | 105 | [cassandra-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/cassandra/README.md |
| 106 | + |
88 | 107 | [oracle-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/oracle/README.md |
| 108 | + |
89 | 109 | [mariadb-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/mariadb/README.md |
| 110 | + |
90 | 111 | [redshift-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/redshift/README.md |
| 112 | + |
91 | 113 | [presto-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/presto/README.md |
| 114 | + |
92 | 115 | [snowflake-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/snowflake/README.md |
| 116 | + |
93 | 117 | [grafana-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/grafana/README.md |
| 118 | + |
94 | 119 | [metabase-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/metabase/README.md |
| 120 | + |
95 | 121 | [superset-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/superset/README.md |
| 122 | + |
96 | 123 | [tableau-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/tableau/README.md |
| 124 | + |
97 | 125 | [redash-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/redash/README.md |
| 126 | + |
98 | 127 | [kafka-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/kafka/README.md |
| 128 | + |
99 | 129 | [github-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/github/README.md |
| 130 | + |
100 | 131 | [shield-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/shield/README.md |
| 132 | + |
101 | 133 | [gsuite-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/gsuite/README.md |
| 134 | + |
102 | 135 | [gcs-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/gcs/README.md |
| 136 | + |
103 | 137 | [optimus-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/optimus/README.md |
| 138 | + |
104 | 139 | [caramlstore-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/caramlstore/README.md |
| 140 | + |
105 | 141 | [application-yaml-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/application_yaml/README.md |
| 142 | + |
106 | 143 | [merlin-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/merlin/README.md |
| 144 | + |
| 145 | +[http-readme]: https://github.com/odpf/meteor/tree/main/plugins/extractors/http/README.md |
0 commit comments