silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • How to use logstash with twitter input plugin

    calendar May 12, 2021 · 4 min read · logstash twitter-input-plugin  ·
    Share on: twitter facebook linkedin copy

    Previosuly, we have learnt what is logstash and how to use it with basic standard input example and file as an output with a mutate filter to transform input message to upper cases. In this i will try to explain how we can use inbuilt plugin to stream data from services like twitter and store it into elastic search. …


    Read More
  • How to use logstash

    calendar Jan 4, 2021 · 2 min read · logstash  ·
    Share on: twitter facebook linkedin copy

    Logstash Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite "stash." Logstash (part of the Elastic Stack) integrates data from any source, in any format with this flexible, open source collection, parsing, and …


    Read More
  • Useful scripts & commands

    calendar Nov 6, 2020 · 1 min read · tips scripts commands  ·
    Share on: twitter facebook linkedin copy

    Create Gif from Video file using ffmpeg 1ffmpeg -ss 5 -i path/to/video/file 2 -vf "fps=10,scale=1440:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" 3 -loop 0 output.gif Ubuntu Services start-stop 1service apache2 start/stop disable on startup 1sudo update-rc.d apache2 disable ### MySQL Docker …


    Read More
  • Multi-module Multi-feature gradle project

    calendar Jun 5, 2020 · 5 min read · spring-boot gradle  ·
    Share on: twitter facebook linkedin copy

    Introduction So you are starting new backend work and have planned to use spring boot because of existing java development skills in the team. For me when i'll be in this situation i'll be like Why would I choose spring boot? A LOT of boilerplate code is removed Have strong Spring framework support Good Support of DB …


    Read More
  • Angular App and Spring Boot Api for Country, State and City

    calendar May 19, 2020 · 1 min read · angular spring-boot country state city sql  ·
    Share on: twitter facebook linkedin copy

    Introduction Address WebApi and test example to display Country, State and City Prerequisite Java SDK node.js Building Backend 1https://gitlab.com/address-api/api-server.git Create Database in mysql create database address_api_db; Export Env variable 1MYSQL_HOST=localhost 2MYSQL_PORT=3306 …


    Read More
  • Play Video Using video.js and videojs-hls-quality-selector

    calendar May 4, 2020 · 2 min read · angular videojs hls  ·
    Share on: twitter facebook linkedin copy

    Introduction How to play hls video in Angular using video.js and show quality-selectors Create simple angular App and use following commands to instal video js components 1npm install --save video.js 2npm install --save videojs-hls-quality-selector 3npm install --save videojs-contrib-quality-levels …


    Read More
  • Raccoon Image Detection using Keras

    calendar Apr 4, 2020 · 9 min read · aiml object-detection image-recognition keras tensorflow  ·
    Share on: twitter facebook linkedin copy

    Overview This post is about identifying raccoon in an input image. We will collect raccoon images and find the cordinates in the images where our image object can be identified. This techinique is termed ad Image Annotation. For sake of simplicity we will follow bounding box annotation. Here we will have location of …


    Read More
  • Simple Apache Kafka Connector

    calendar Apr 3, 2020 · 4 min read · apache-kafka distributed-systems kafka-connector  ·
    Share on: twitter facebook linkedin copy

    Overview Apache kafka connect can be used to get source data inside application from external data sources such as: JDBC Connection NoSQL MongoDB Streaming Service eg. Twitter etc Following is the simplest useful place for kafka-connect in data pipeline link Solution There is a standard approach to implement kafka …


    Read More
  • Spam dataset

    calendar Jan 10, 2020 · 1 min read · datset  ·
    Share on: twitter facebook linkedin copy

    Dataset spam dataset


    Read More
  • Ensemble Techniques

    calendar Dec 5, 2019 · 18 min read · aiml ensemble-technique jupyter-notebook pandas DecisionTreeClassifier RandomForestClassifier AdaBoostClassifier BaggingClassifier GradientBoostingClassifier  ·
    Share on: twitter facebook linkedin copy

    Overview Help the marketing team identify potential customers who are relatively more likely to subscribe term deposit and thus increase their hit ratio Problem Statement Using the collected from existing customers, build a model that will help the marketing team identify potential customers who are relatively more …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Ashish Agre

Hands-On Mobile & Backend Engineer
Read More

Featured Posts

  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Recent Posts

  • How to create a Python Processor in Apache Nifi 2
  • Handle exception from service classes in Spring-Boot
  • Integrating jsonwebtoken library in nodejs application
  • Basic Query optimization in postgres
  • Simple logstash, elastic search and kibana example

Categories

AIML 5 ELK 4 SPRING-BOOT 4 WEB-FRAMEWORK-JAVA 4 JSON 3 JAVA 2 APACHE-NIFI 1 PYTHON 1

Series

APACHE NIFI 2 1 CONCURRENCY IN JAVA 1

Tags

AIML 5 SPRING-BOOT 5 ANGULAR 4 JUPYTER-NOTEBOOK 4 PANDAS 4 APACHE-KAFKA 3 AUTH 3 DISTRIBUTED-SYSTEMS 3 LOGSTASH 3 SQL 3 HLS 2 JAVA 2 MICRONAUT 2 REST-TEMPLATE 2
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-21 AUTH3 BAGGINGCLASSIFIER1 CITY1 COMMANDS1 COUNTRY1 DASH1 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER1 ELASTIC-SEARCH1 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FEATURE-ENGINEERING1 FFMPEG1 GOTCHAS1 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 LASSO1 LINEARREGRESSION1 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MICRONAUT2 MICROSERVICES1 MONGODB1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 PANDAS4 PCA1 POSTGRES1 PYTHON1 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-BOOT5 SPRING-CLOUD-STREAM1 SPRING-SECURITY1 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UNSUPERVISED-LEARNING1 USER-INFO1 VIDEO1 VIDEOJS1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top