An open API service indexing awesome lists of open source software.

https://github.com/raralabs/canal

Streaming Data Processing Engine
https://github.com/raralabs/canal

data-pipeline streaming-data

Last synced: about 2 months ago
JSON representation

Streaming Data Processing Engine

Awesome Lists containing this project

README

        

# canal

[![Build Status](https://github.com/raralabs/canal/actions/workflows/go.yml/badge.svg)](https://github.com/raralabs/canal/actions/workflows/go.yml)

A distributed stream processing platform.

In order to generate documentation and open the godoc reference page, make sure
to install godoc in the system. Then run

```bash
bash docs.sh
```

Or you can simply run the command

```bash
godoc -http=:8080
```

and open to get the reference.