将数据从android/iOS应用发送到Kafka或Hadoop

问题描述:

要求::使用Kafka将数据从android应用或iOS应用发送到大数据生态系统,并将其存储以进行实时分析或接近实时.

Requirement : Sending data from an android app or iOS app to big data ecosystem using Kafka and store it for real time analysis or near real time.

1-如何将数据从Android App发送到Kafka(仅REST API选项)?或者我们可以直接通过App连接到kafka.

1- How to send data from Android App to Kafka (Is rest API only options)? Or we can connect to the kafka with App directly.

有一个

There is a REST Proxy for Kafka, so you can send messages over HTTP from your mobile app directly to Kafka, and from there process them further in Kafka, route them to Hadoop, etc etc.

免责声明:我为Confluent工作,他负责开源REST代理的开发