https://github.com/tisonkun/pulsar-planet
Ecosystem for building messaging and streaming application around Apache Pulsar.
https://github.com/tisonkun/pulsar-planet
apache message-queue messaging pulsar streaming
Last synced: 17 days ago
JSON representation
Ecosystem for building messaging and streaming application around Apache Pulsar.
- Host: GitHub
- URL: https://github.com/tisonkun/pulsar-planet
- Owner: tisonkun
- Created: 2022-08-28T04:36:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T11:49:30.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:12:54.574Z (18 days ago)
- Topics: apache, message-queue, messaging, pulsar, streaming
- Language: JavaScript
- Homepage: https://www.pulsar-planet.io/
- Size: 5.72 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), 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= 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.