aidt | weibo ad transfer data to kafka proxy
kandi X-RAY | aidt Summary
kandi X-RAY | aidt Summary
aidt is a C++ library. aidt has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
AIDT (WEIBO AD DATA TRANSFER) 是数据传输到 Kakfa 的一个代理, 统称数据传输服务, 该服务可以支持多种方式将数据传输到 Kafka 中,分别是通过 Memcache 协议方式、Http 协议方式、实时监听文件目录方式, 用户可以根据自己的业务环境来灵活选择传输方式, 服务结构如图所示:.
AIDT (WEIBO AD DATA TRANSFER) 是数据传输到 Kakfa 的一个代理, 统称数据传输服务, 该服务可以支持多种方式将数据传输到 Kafka 中,分别是通过 Memcache 协议方式、Http 协议方式、实时监听文件目录方式, 用户可以根据自己的业务环境来灵活选择传输方式, 服务结构如图所示:.
Support
Quality
Security
License
Reuse
Support
aidt has a low active ecosystem.
It has 15 star(s) with 3 fork(s). There are 10 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of aidt is v1.1.0
Quality
aidt has no bugs reported.
Security
aidt has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
aidt is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
aidt releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aidt
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aidt
aidt Key Features
No Key Features are available at this moment for aidt.
aidt Examples and Code Snippets
Copy
wget https://github.com/weiboad/aidt/releases/download/v1.0.1/aidt-1.0.1-Linux-x86_64.tar.gz
tar -zxf aidt-1.0.1-Linux-x86_64.tar.gz
cd aidt-1.0.1-Linux-x86_64
./bin/aidt -v
// system.ini
brokerListIn=127.0.0.1:9192
[mc]
host=0.0.0.0
port=40011
thr
Community Discussions
No Community Discussions are available at this moment for aidt.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aidt
目前提供 Linux 平台下主流版本的安装包 下载, 安装步骤如下. 在软件包中的 conf 目录下有两个配置文件,一个是 system.ini 是服务的主配置文件,aidt.yml 是服务使用监听文件目录方式传输数据的配置文件,如果不使用文件目录方式传输数据该文件使用默认配置即可,具体的 aidt.yml 配置方式参见文件传输, system.ini 各个配置项意义参考 配置. 默认分别是 40011 和 40010. 使用 Memcache 协议的 set 命令发送数据,其中key 就是要发送数据的 topic 和分区,例如有一个 test 的topic 有 [0,1] 两个分区,可以使用 test#0 表示发送到 test topic 的 0号分区,使用 test 作为key 表示分区任意, value 是要发送的数据. 通过 http 方式发送数据参数 data 是要发送的数据.
修改kafka 集群的 broker list
配置 Memcache 、Http Server 监听地址
配置服务日志目录
修改日志级别和写入方式
修改kafka 集群的 broker list
配置 Memcache 、Http Server 监听地址
配置服务日志目录
修改日志级别和写入方式
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page