Video Link: Apache Kafka Crash Course | What is Kafka?
- Knowledge
- Node.JS Intermediate level
- Experience with designing distributed systems
- Tools
- Node.js: Download Node.JS
- Docker: Download Docker
- VsCode: Download VSCode
Video Link: Apache Kafka Crash Course | What is Kafka?
In order to use this script, please retrieve client id, client secret and refresh token before. About this, you can see the detail information at https://gist.github.com/tanaikech/d9674f0ead7e3320c5e3184f5d1b05cc.
This is for the simple item upload is available for items with less than 4 MB of content. The detail information is https://dev.onedrive.com/items/upload_put.htm.
var fs = require('fs');
var mime = require('mime');
var request = require('request');
acharya_rsb@androidsdk-ionic:~$ sudo npm i -g cordova ionic |
export ANDROID_HOME="$HOME/android" | |
export PATH="$PATH:$HOME/android/tools" | |
export PATH="$PATH:$HOME/android/platform-tools" | |
export PATH="$PATH:$HOME/android/build-tools" |
runner sets only variables in its own terminal. If you want to change a variable everywhere | |
run c9 ~/.bashrc and add export VARIABLE_NAME=VARIABLE_VALUE to the end |