| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| directories: |
| - name: pulsar-broker |
| language: Java |
| description: Code related to the Pulsar [broker](../../getting-started/ConceptsAndArchitecture#brokers). |
| - name: pulsar-common |
| language: Java, Protocol Buffers |
| description: Assets related to Pulsar's message protocol. |
| - name: dashboard |
| language: python |
| description: The web client powering Pulsar's [dashboard](../../admin/Dashboard). |
| - name: kubernetes |
| language: YAML |
| description: "[Kubernetes](../../deployment/Kubernetes) configuration for Pulsar." |
| - name: docker |
| language: Dockerfile, shell, Python |
| description: Assets used to build Pulsar's [Docker image](https://hub.docker.com) |
| - name: managed-ledger |
| language: Java |
| description: |
| - name: pulsar-broker-auth-athenz |
| - name: pulsar-client |
| - name: pulsar-spark |
| - name: pulsar-storm |
| - name: pulsar-testclient |
| - name: src |
| language: XML |
| - name: protobuf |
| description: Some helpers for generating code from Protocol Buffer definitions. |
| - name: all |
| description: Configuration for Maven's assembly plugin. |
| language: xml |
| - name: bin |
| description: Executable scripts used for Pulsar administration |
| language: Bash |
| - name: site |
| description: Assets used to generate this website |
| language: Markdown, Sass, HTML, JavaScript |
| - name: .travis |
| description: Settings for [Travis CI](https://travis-ci.org), the continuous integration system used by Pulsar |