8000 GitHub - ns1/pulsar-rum at v1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ pulsar-rum Public

Protocol Buffer schema and example code for Bulk Data Ingestion with Pulsar.

License

Notifications You must be signed in to change notification settings

ns1/pulsar-rum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Pulsar Real User Monitoring (RUM)

This project is in active development.

Utilities for working with Pulsar RUM.

Bulk Beacons

A method to send performance data to Pulsar in bulk. gRPC and HTTP+JSON is supported.

The bulkbeacon proto code can be compiled (from the pulsar-rum directory) with:

$ protoc -I bulkbeacon bulkbeacon/bulkbeacon.proto --go_out=plugins=grpc:bulkbeacon

See https://grpc.io/ for more examples & details regarding dependencies and compiling for other languages.

Contributing

Pull Requests and issues are welcome. See the NS1 Contribution Guidelines for more information.

License

Copyright (C) 2020, NSONE, Inc.

Licensed 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.

0