Back to Materialize

Next Steps

doc/user/layouts/shortcodes/mysql-direct/next-steps.html

123785 B
Original Source

With Materialize ingesting your MySQL data into durable storage, you can start exploring the data, computing real-time results that stay up-to-date as new data arrives, and serving results efficiently. - Explore your data with SHOW SOURCES and SELECT. - Compute real-time results in memory with CREATE VIEW and CREATE INDEX or in durable storage with CREATE MATERIALIZED VIEW. - Serve results to a PostgreSQL-compatible SQL client or driver with SELECT or SUBSCRIBE or to an external message broker with CREATE SINK. - Check out the tools and integrations supported by Materialize.