silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Create ndjson logging for spring boot applications

    calendar Nov 1, 2021 · 2 min read · logging json ndjson  ·
    Share on: twitter facebook linkedin copy

    Logging ndjson to a file We will configure spring-boot application to redirect logs to a file in ndjson format. See more information on ndjson Dependencies Add following dependencies to the pom.xml 1 <dependency> 2 <groupId>ch.qos.logback.contrib</groupId> 3 <artifactId>logback-json-classic</artifactId> 4 …


    Read More
  • Simple Social networking app with Node, Angular & MongoDB

    calendar Oct 7, 2021 · 2 min read · node mongodb angular  ·
    Share on: twitter facebook linkedin copy

    Web app background After writting backend application which no face to showcase or few personal projects which i started but never completed because of lack of ui(infact i do not like html & css at all). Have learned it before time caused me to show less interest during actual projects. But everyday a new ui and js …


    Read More
  • Integrating jsonwebtoken library in nodejs application

    calendar Sep 30, 2021 · 3 min read · auth jwt  ·
    Share on: twitter facebook linkedin copy

    Among other numerous jwt advantages, I prefer one more crucial jwt advantage of generating and validating it before hand and avoid the need to store it in database. Storing it in database also can be helpful but that is later topic of discussion. We store credentials of user in database using Bcrypt password hashing …


    Read More
  • Basic Query optimization in postgres

    calendar Jul 30, 2021 · 2 min read · sql postgres  ·
    Share on: twitter facebook linkedin copy

    Let's load dataset into postgres. Run postgres docker container 1docker run -d --name postgres-shared-buff-default -e POSTGRES_PASSWORD=ungabunga postgres If you use tools like pgadmin, please follow this link to import csv data into database. Let's see how many rows we have using count query. 1select count(id) from …


    Read More
  • Simple logstash, elastic search and kibana example

    calendar May 19, 2021 · 4 min read · logstash kibana elastic-search  ·
    Share on: twitter facebook linkedin copy

    Hello Everyone, now that we know how to use logstash from Post 1 and Post 2. This time we will load world cities data apply a few filters, transform it and store results in elastic search to analyze it. ELK Download 1wget https://artifacts.elastic.co/downloads/logstash/logstash-[version-os-arch].tar.gz 2wget …


    Read More
  • Event driven microservices with spring cloud stream binder rabbit

    calendar May 14, 2021 · 4 min read · spring-boot rabbitmq microservices event-driven spring-cloud-stream  ·
    Share on: twitter facebook linkedin copy

    "Human beings are always in a state of motion, interacting with their environment while sending out and receiving information from the things around them. Typically, these conversations aren’t synchronous, linear, or narrowly defined to a request-response model. It’s something more like a message-driven, where we’re …


    Read More
  • 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👎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
    • ««
    • «
    • 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

  • Setting Up Docker with Nvidia GPU
  • Expose data using Spring Boot and Spring AI framework
  • Ingest data from csv file and apply vector embeddings using custom python processor
  • Store data in Elastic search using PutElasticsearchJson
  • Vector Search using Spring AI Elastic Search and Apache Nifi 2

Categories

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

Series

VECTOR SEARCH USING ELASTIC SEARCH 4 APACHE NIFI 2 1 CONCURRENCY IN JAVA 1

Tags

SPRING-BOOT 9 AIML 5 APACHE-NIFI-2 5 ELASTIC-SEARCH 5 PYTHON 5 ANGULAR 4 BOOTSTRAP 4 DATA-INGESTION 4 JUPYTER-NOTEBOOK 4 KNN 4 PANDAS 4 VECTOR-SEARCH 4 APACHE-KAFKA 3 AUTH 3
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-25 AUTH3 BAGGINGCLASSIFIER1 BOOTSTRAP4 CITY1 COMMANDS1 COUNTRY1 DASH1 DATA-INGESTION4 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER2 ELASTIC-SEARCH5 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FEATURE-ENGINEERING1 FFMPEG1 GOTCHAS2 GPU1 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 KNN4 LASSO1 LINEARREGRESSION1 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MICRONAUT2 MICROSERVICES1 MONGODB1 MONITORING1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 OLLAMA2 PANDAS4 PCA1 POSTGRES1 PYTHON5 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 REDIS1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-BOOT9 SPRING-CLOUD-STREAM1 SPRING-SECURITY1 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UNSUPERVISED-LEARNING1 USER-INFO1 VECTOR-SEARCH4 VIDEO1 VIDEOJS1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top