Apache Iggy (Incubating) Website

Clone this repo:
  1. bf7fd1d change discord url to https://discord.gg/apache-iggy by kparisa · 3 hours ago main
  2. ffe4bcd update discord link by kparisa · 4 hours ago
  3. 0037ba5 Update star count, fix discord link by kparisa · 5 hours ago
  4. 907e3e8 Update docs by adding more docker images info, and connection string options by spetz · 6 days ago
  5. 1dc08e6 fix blog post slug by spetz · 4 weeks ago

Welcome to Apache Iggy (Incubating)

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Publishing

Production Website: iggy.apache.org is published from asf-site branch Staging Website: iggy.staged.apache.org is published from asf-staging branch

Ask DeepWiki