Skip to content

Commit

Permalink
Merge pull request #2 from Matatika/feature/add-catalog-plugins
Browse files Browse the repository at this point in the history
Feature - Add Matatika catalog plugins to CE
  • Loading branch information
DanielPDWalker authored May 22, 2023
2 parents 9d12ead + 1306f1c commit f0e2cdb
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 780 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- PERSISTENCE_CATALOG_DRIVER_CLASS_NAME=org.postgresql.Driver
- ELASTICSEARCH_HOST=search
- MATATIKA_WORKSPACES_HOME=/workspaces
- MATATIKA_PLUGINS_HOME=file:/plugins
- MATATIKA_PLUGINS_HOME=/plugins,/plugins-staging,file:/local-plugins
depends_on: {"search-setup": {"condition": "service_completed_successfully"}, "search": {"condition": "service_healthy"}, "db": {"condition": "service_healthy"}}
healthcheck:
test: curl -s http://localhost:8080/api/actuator/health | grep "UP" >/dev/null; if [[ $$? == 0 ]]; then echo 0; else echo 1; fi
Expand All @@ -34,7 +34,7 @@ services:
retries: 5
volumes:
- workspaces:/workspaces
- plugins:/plugins
- plugins:/local-plugins

app:
user: root
Expand Down
Empty file added plugins/extractors/.gitkeep
Empty file.
57 changes: 0 additions & 57 deletions plugins/extractors/tap-auth0--matatika.yml

This file was deleted.

43 changes: 0 additions & 43 deletions plugins/extractors/tap-github--matatika.yml

This file was deleted.

101 changes: 0 additions & 101 deletions plugins/extractors/tap-google-analytics--matatika.yml

This file was deleted.

81 changes: 0 additions & 81 deletions plugins/extractors/tap-google-sheets--matatika.yml

This file was deleted.

Loading

0 comments on commit f0e2cdb

Please sign in to comment.