Coder Social home page Coder Social logo

abhinavsinha1991 / kafka-connect-mixpanel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cpard/kafka-connect-mixpanel

0.0 1.0 0.0 14 KB

Load your events from Mixpanel into Apache Kafka using Kafka Connect

Home Page: https://cpardalis.wordpress.com/2016/03/22/how-to-get-started-with-kafka-connect-a-guide-for-a-mixpanel-connector/

License: Apache License 2.0

Java 100.00%

kafka-connect-mixpanel's Introduction

kafka-connect-mixpanel

The connector loads your events data from Mixpanel to Kafka. Currently the SourceRecords created have a simple STRING_SCHEMA.

Building

You can build the connector with Maven:

mvn clean
mvn package

Sample Configuration

name=mixpanel-connector
connector.class=org.apache.kafka.connect.mixpanel.MixPanelConnector
tasks.max=1
api_key = YOUR_MIXPANEL_API_KEY
api_secret = YOUR_MIXPANEL_SECRET_KEY
from_date = 2016-02-01
topic=mixp
  • name: name of the connector.
  • connector.class: class of the implementation of the connector.
  • tasks.max: maximum number of tasks to create. Even if you put a number greater than one here it will be ignored by the implementation.
  • api_key: your API key for the project from which you want to pull data from.
  • api_secret: your API secret for the project from which you want to pull data from.
  • from_date: Some date in the past from when you would like to start pulling data.
  • topic: the name of the Kafka topic where the data will be pushed.

Made with โ™ฅ from the Blendo team

kafka-connect-mixpanel's People

Contributors

cpard avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.