Project Group: io.streamnative

Pulsar SQL :: Parent

io.streamnative : pulsar-sql

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Apache Pulsar :: Docker Images :: Pulsar Latest Version (Include All Components)

io.streamnative : pulsar-all-docker-image

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar SQL :: Pulsar Presto Connector

io.streamnative : pulsar-presto-connector

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Apache Pulsar :: Package Management

io.streamnative : pulsar-package-management

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Structured event logger

io.streamnative : structured-event-log

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar Bouncy Castle FIPS Test

io.streamnative : bcfips-include-test

Broker and client runs auth include BC FIPS verison

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar Client 1.x Compatibility API

io.streamnative : pulsar-client-1x

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar :: Distribution

io.streamnative : distribution

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Apache Pulsar :: Docker Images

io.streamnative : docker-images

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar Client 1.x Compatibility Base

io.streamnative : pulsar-client-1x-base

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Apache Pulsar :: Bouncy Castle :: Parent

io.streamnative : bouncy-castle-parent

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar SQL :: Pulsar Presto Distribution

io.streamnative : pulsar-presto-distribution

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

pulsar-client-auth-athenz

io.streamnative : pulsar-client-auth-athenz

Athenz authentication plugin for java client

Last Version: 2.11.0-rc-202205082205

Release Date:

Pulsar Shaded Broker

io.streamnative : pulsar-broker-shaded

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.11.0-rc-202205082205

Release Date:

Flink : Connectors : Pulsar

io.streamnative : flink-connector-pulsar

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 1.15.0.0-rc1

Release Date:

Flink : Connectors : SQL : Pulsar

io.streamnative : flink-sql-connector-pulsar

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 1.15.0.0-rc1

Release Date:

Flink : Connectors : Pulsar

io.streamnative : flink-connector-pulsar_2.11

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 1.14.4.0-rc1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Apache ZooKeeper - Recipes

io.streamnative : zookeeper-recipes

1) This module contains various Zookeeper recipe implementations. 2) The recipe directory name should specify the name of the recipe you are implementing - eg. zookeeper-recipes-lock. 3) It would be great if you can provide both the java and c recipes for the zookeeper recipes. C recipes go in to zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/c Java implementation goes into zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/java. 4) The recipes hold high standards like our zookeeper c/java libraries, so make sure that you include some unit testing with both the c and java recipe code. 5) Also, please name your c client public methods as zkr_recipe-name_methodname (eg. zkr_lock_lock in zookeeper-recipes-lock/src/c) 6) To run the c tests in all the recipes, - make sure the main zookeeper c libraries in zookeeper-client-c are compiled. Run autoreconf -if;./configure; make. The libraries will be installed in {top}/src/c/.libs. - run autoreconf if;./configure;make run-check in zookeeper-recipes/$recipename/src/c

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Apache ZooKeeper - Recipes - Queue

io.streamnative : zookeeper-recipes-queue

This queue interface recipe implements the queue recipe A more detailed explanation is at: http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/ This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS. It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.

Last Version: 3.6.3.1

Release Date:

Apache ZooKeeper

io.streamnative : parent

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Last Version: 3.6.3.1

Release Date:

Apache ZooKeeper - Recipes - Election

io.streamnative : zookeeper-recipes-election

This election interface recipe implements the leader election recipe

Last Version: 3.6.3.1

Release Date:

Apache ZooKeeper - Recipes - Lock

io.streamnative : zookeeper-recipes-lock

This lock interface recipe implements the lock recipe

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Last Version: 3.6.3.1

Release Date:

Apache Pulsar :: Docker Images :: Grafana

io.streamnative : grafana-docker-image

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.

Last Version: 2.10.0-rc-2021121511380612

Release Date:

Apache BookKeeper :: Server

io.streamnative : bookkeeper-server

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Common

io.streamnative : bookkeeper-common

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: DistributedLog :: Core Library

io.streamnative : distributedlog-core

Apache DistributedLog provides a high performance replicated log service.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Tools :: Framework

io.streamnative : bookkeeper-tools-framework

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Clients :: Java Client

io.streamnative : stream-storage-java-client

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Common

io.streamnative : stream-storage-common

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Tools

io.streamnative : bookkeeper-tools

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Proto

io.streamnative : stream-storage-proto

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Common :: Allocator

io.streamnative : bookkeeper-common-allocator

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Server

io.streamnative : stream-storage-server

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: API

io.streamnative : stream-storage-api

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Dist (Server)

io.streamnative : bookkeeper-dist-server

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: Base

io.streamnative : stream-storage-java-client-base

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Stream Storage :: Storage :: Impl

io.streamnative : stream-storage-service-impl

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: Tools :: Stream

io.streamnative : stream-storage-cli

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Last Version: 4.14.3.1

Release Date:

Apache BookKeeper :: DistributedLog :: Common

io.streamnative : distributedlog-common

Apache DistributedLog provides a high performance replicated log service.

Last Version: 4.14.3.1

Release Date: