当前位置: 首页 > 软件库 > 云计算 > 云原生 >

eventing

授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 郑理
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Knative Eventing

This repository contains a work-in-progress eventing system that is designed toaddress a common need for cloud native development:

  1. Services are loosely coupled during development and deployed independently
  2. A producer can generate events before a consumer is listening, and a consumercan express an interest in an event or class of events that is not yet beingproduced.
  3. Services can be connected to create new applications
    • without modifying producer or consumer, and
    • with the ability to select a specific subset of events from a particularproducer.

The high level mission of Knative Eventing is: Enable asynchronous applicationdevelopment through event delivery from anywhere.

For the full mission of Knative Eventing seedocs/mission.md.

For complete Knative Eventing documentation, seeKnative eventing orKnative docs to learn about Knative.

If you are interested in contributing, see CONTRIBUTING.md,DEVELOPMENT.md andKnative working groups.

Interested users should joinknative-users.

  • 9.4 CloudEvents示例 最为简单的Event发送示例 Source:curl命令,基于HTTP消息映射规范手动编制消息及事件内容 Sink:基于能够接收、解析事件,并将其存入日志的event_display应用为例来模拟事件处理 event_display可运行为Kubernetes Service,或者Knative Service 步骤 将event_display运行为KServ

  • 大多数证券行情服务的SDK都是C++版本的最成熟,本文示例了使用证券行情的Linux C++ SDK调用封装了CloudEvents的Go SDK的C++动态库,实现向Knative Eventing平台提供行情事件。代码为Demo性质,最终交付为容器镜像形式。 以此方式,使用任何开发语言都可以直接消费实时证券行情数据,对于量化研究场景,可直接使用Python获取行情,并实现计算任务。但行情经过F

  • 介绍 Knative Eventing组件是一个实现了事件驱动的一个组件,通过事件发布/订阅的机制,使事件的生产者和消费者充分解耦。当一个事件产生时,事件的发出者并不用关心该事件是否被消费,或者被哪个消费者消费。事件消费者也不依赖与生产者,各自都具有独立性。 核心资源 Source(源) Souce是Knative Eventing组件中的消息生产者,负责产生事件然后发出,接收事件的对象可以是Kn

  • 8.10 事件 关于“事件” 事件是一个不可变的小段数据,记录了系统在特定时间内的特定行为,或状态的转变 通过读取系统的事件流(序列),可以重建系统的运行历史 事件的格式 事件的格式完全可由开发者自行决定 CNCF的CloudEvents规范至力于事件格式的标准化 目前,众多云服务商都开始支持该规范 关于“事件驱动” 不存在一个规范、严格的定义,任何使用事件通知范式(pub/sub)的系统都是事件

相关阅读

相关文章

相关问答

相关文档