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 Emulator
The fastest option for prototyping or internal testing with Materialize.
Download
|
Materialize
Materialize's cloud hosted SaaS solution for critical operational workloads.
| |
---|---|---|
Production deployments | ||
Performance | ||
Dedicated Support | ||
Sample data | ||
Data sources | ||
Version upgrades | ||
Use case isolation | ||
Fault tolerance | ||
Horizontal scalability | ||
GUI (Materialize Console) |
docker run
Run this line in your terminal to launch Materialize instantly:
docker run -d -p 127.0.0.1:6874:6874 -p 127.0.0.1:6875:6875 -p 127.0.0.1:6876:6876 materialize/materialized:latest
Once the image is running:
docker logs <container-id>
.Open the Materialize Console in your browser at http://localhost:6874/ and navigate to the SQL Shell.
Alternatively, access the SQL interface using psql
:
psql postgres://materialize@localhost:6875/materialize
Once you’re running Materialize: