123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!--
- Copyright Materialize, Inc. and contributors. All rights reserved.
- Use of this software is governed by the Business Source License
- included in the LICENSE file at the root of this repository.
- As of the Change Date specified in that file, in accordance with
- the Business Source License, use of this software will be governed
- by the Apache License, Version 2.0.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Materialize developer hub</title>
- <style>
- .code {
- font-family: monospace;
- margin-left: 40px;
- }
- </style>
- </head>
- <body>
- <h1>Materialize developer hub</h1>
- <p>
- Materialize is a streaming database powered by
- <a href="https://github.com/TimelyDataflow/timely-dataflow#timely-dataflow">timely dataflow</a>
- and
- <a href="https://github.com/timelydataflow/differential-dataflow#differential-dataflow">differential dataflow</a>.
- </p>
- <p>Resources:</p>
- <ul>
- <li><a href="https://github.com/MaterializeInc/materialize">Git repository</a></li>
- <li><a href="https://hub.docker.com/r/materialize/materialized">Docker image</a></li>
- <li><a href="licenses.html">Third-party licenses</a></li>
- <li>
- Internal API documentation
- <ul>
- <li><a href="api/rust/">Rust (public symbols only)</a></li>
- <li><a href="api/rust-private/">Rust (private symbols included)</a></li>
- <li><a href="api/python/">Python</a></li>
- </ul>
- </li>
- <li><a href="https://buildkite.com/materialize">Buildkite (CI)</a></li>
- </ul>
- </body>
- </html>
|