The cratedb utility is a containerized single-node instance of CrateDB useful for local development.
Getting Started
Prerequisites
If you haven't already, follow the initial steps of the Getting Started guide:
Dependencies
CrateDB is packaged as an OCI image so you must have Docker or Podman installed before running the plugin.
Installation and configuration
-
Add the cratedb utility to your
project using
:meltano add -
Configure the cratedb
settings using
:meltano config
meltano add cratedbmeltano config cratedb set --interactiveNext steps
Launch CrateDB:
meltano invoke --containers cratedb:start
Connect with your PostgreSQL client at
postgresql://crate:crate@localhost:15432/, use SQLAlchemy withcrate://crate:crate@localhost:4200/, or use CrateDB shell likecrash --host localhost:4200.
If you run into any issues, learn how to get help.
Capabilities
This plugin currently has no capabilities defined. If you know the capabilities required by this plugin, please contribute!Settings
This plugin currently has no settings defined. If you know the settings required by this plugin, please contribute!Commands
The cratedb utility supports the following commands that can be used withmeltano invoke
:start
-
Equivalent to:
start
meltano invoke cratedb:start [args...]Something missing?
This page is generated from a YAML file that you can contribute changes to.
Edit it on GitHub!Looking for help?
#plugins-general
channel.


