forked from meltano/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
capabilities: [] | ||
commands: | ||
start: | ||
args: start | ||
container_spec: | ||
image: crate:5.5 | ||
ports: | ||
'4200': 4200/tcp | ||
'5433': 5432/tcp | ||
volumes: | ||
- $MELTANO_PROJECT_ROOT/.meltano/utilities/cratedb/data:/data | ||
definition: is a containerized instance of CrateDB useful for local development. | ||
description: CrateDB is a distributed and scalable SQL database for storing and analyzing | ||
massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, | ||
and based on Lucene. | ||
docs: https://cratedb.com/ | ||
domain_url: https://cratedb.com/ | ||
keywords: | ||
- warehouse | ||
label: CrateDB | ||
logo_url: /assets/logos/utilities/cratedb.png | ||
maintenance_status: active | ||
name: cratedb | ||
namespace: cratedb | ||
next_steps: | | ||
1. Launch CrateDB: | ||
```sh | ||
meltano invoke --containers cratedb:start | ||
``` | ||
Connect with your PostgreSQL client at `postgresql://crate@localhost:5433/`, | ||
use SQLAlchemy with `crate://crate@localhost:4200/`, or use CrateDB shell | ||
like `crash --host localhost:4200`. | ||
prereq: | | ||
#### Dependencies | ||
CrateDB is packaged as a Docker image so you must have Docker installed before running the plugin. | ||
repo: https://github.com/crate/crate | ||
settings: [] | ||
settings_group_validation: [] | ||
variant: cratedb |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.