Coder Social home page Coder Social logo

df_certified_connects's People

Contributors

datafibers avatar schubertzhu avatar willddy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

df_certified_connects's Issues

Test1 - note1

https://github.com/datafibers-community/df_certified_connects/blob/master/config/connect-hdfs-sink.properties

Add schema

curl -X POST -i -H "Content-Type: application/vnd.schemaregistry.v1+json"
--data '{"schema": "{ "type": "record","name": "test","fields":[{"name": "name", "type": "string"},{"name": "symbol", "type": "string"}, {"name": "exchange", "type": "string"}]}"}'
http://localhost:8081/subjects/test-value/versions

start kafka connect
export CLASSPATH=/home/vagrant/df-connect-file-generic-0.0.1-SNAPSHOT-jar-with-dependencies.jar
/opt/confluent/bin/connect-standalone connect-avro-standalone.properties connect-file-generic-source.properties

File for test
{"name":"test","symbol":"test_symbole","exchange":"USD"}

https://github.com/apache/kafka/tree/trunk/connect/file/src/main/java/org/apache/kafka/connect/file

Test1 - how to test avro data

Add schema

curl -X POST -i -H "Content-Type: application/vnd.schemaregistry.v1+json"
--data '{"schema": "{ "type": "record","name": "test","fields":[{"name": "name", "type": "string"},{"name": "symbol", "type": "string"}, {"name": "exchange", "type": "string"}]}"}'
http://localhost:8081/subjects/test-value/versions

start kafka connect
export CLASSPATH=/home/vagrant/df-connect-file-generic-0.0.1-SNAPSHOT-jar-with-dependencies.jar
/opt/confluent/bin/connect-standalone connect-avro-standalone.properties connect-file-generic-source.properties

File for test
{"name":"test","symbol":"test_symbole","exchange":"USD"}

https://github.com/apache/kafka/tree/trunk/connect/file/src/main/java/org/apache/kafka/connect/file

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.