index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!--
  2. Copyright Materialize, Inc. and contributors. All rights reserved.
  3. Use of this software is governed by the Business Source License
  4. included in the LICENSE file at the root of this repository.
  5. As of the Change Date specified in that file, in accordance with
  6. the Business Source License, use of this software will be governed
  7. by the Apache License, Version 2.0.
  8. -->
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <meta charset="utf-8">
  13. <title>Materialize developer hub</title>
  14. <style>
  15. .code {
  16. font-family: monospace;
  17. margin-left: 40px;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <h1>Materialize developer hub</h1>
  23. <p>
  24. Materialize is a streaming database powered by
  25. <a href="https://github.com/TimelyDataflow/timely-dataflow#timely-dataflow">timely dataflow</a>
  26. and
  27. <a href="https://github.com/timelydataflow/differential-dataflow#differential-dataflow">differential dataflow</a>.
  28. </p>
  29. <p>Resources:</p>
  30. <ul>
  31. <li><a href="https://github.com/MaterializeInc/materialize">Git repository</a></li>
  32. <li><a href="https://hub.docker.com/r/materialize/materialized">Docker image</a></li>
  33. <li><a href="licenses.html">Third-party licenses</a></li>
  34. <li>
  35. Internal API documentation
  36. <ul>
  37. <li><a href="api/rust/">Rust (public symbols only)</a></li>
  38. <li><a href="api/rust-private/">Rust (private symbols included)</a></li>
  39. <li><a href="api/python/">Python</a></li>
  40. </ul>
  41. </li>
  42. <li><a href="https://buildkite.com/materialize">Buildkite (CI)</a></li>
  43. </ul>
  44. </body>
  45. </html>