Sign inSign up

materialize/materialized

By materialize

•Updated 26 minutes ago

Materialize is a fast, distributed SQL database built on streaming internals.

Image
6

5M+

materialize/materialized repository overview

The Materialize Emulator is an all-in-one Docker image available on Docker Hub, offering the fastest way to get hands-on experience with Materialize in a local environment.

Materialize EmulatorMaterialize
DescriptionThe fastest option for prototyping or internal testing with Materialize.Materialize's cloud hosted SaaS solution for critical operational workloads. Try it free⁠ or book a demo⁠
Production deployments❌ Not suitable due to performance and license limitations.✔️
Performance❌ Limited. Services are bundled in a single container.✔️ High. Services are scaled across many machines.
Dedicated Support❌✔️
Sample data✔️ Quickstart data source✔️ Quickstart data source
Data sources✔️ Connect using a streamlined GUI✔️ Connect using a streamlined GUI
Version upgrades✔️ Manual, with no data persistence✔️ Automated, with data persistence
Use case isolation❌✔️
Fault tolerance❌✔️
Horizontal scalability❌✔️
GUI✔️ Materialize Console (http://localhost:6874⁠)✔️ Materialize Console

⁠Usage

To launch the Docker container:

docker pull --no-cache materialize/materialized:latest
docker run -d -p 127.0.0.1:6874:6874 -p 127.0.0.1:6875:6875 -p 127.0.0.1:6876:6876 -p 127.0.0.1:6877:6877 materialize/materialized:latest

After running this command...

  • The SQL interface will be available on port 6875.
  • Logs are available via docker logs <container-id>.

To connect to the SQL interface using psql:

psql postgres://materialize@localhost:6875/materialize

Connect to the Materialize Console at http://localhost:6874/

⁠Technical Support

For questions, discussions, or general technical support, join the Materialize Community on Slack⁠.

⁠License and Privacy Policy

  • Use of the Docker image is subject to Materialize’s BSL License⁠.
  • By downloading the Docker image, you are agreeing to Materialize’s privacy policy⁠.

Tag summary

Content type

Image

Digest

sha256:420f1a536…

Size

275.1 MB

Last updated

26 minutes ago

docker pull materialize/materialized:v26.45.0-dev.0--pr.gf06dc200eff96444f22e8a20fc25ccfaddfb7615