silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Store data in Elastic search using PutElasticsearchJson

    calendar Jul 13, 2025 · 2 min read · python apache-nifi-2 vector-search elastic-search knn data-ingestion spring-boot bootstrap  ·
    Share on: twitter facebook linkedin copy

    This article is a part of Vector Search using Spring AI Elastic Search and Apache Nifi 2 Now that we have data converted into json, we will store this in elastic search. Use below docker-compose to start kibana and elastic search 8. 1name: es-kibana 2services: 3 elasticsearch: 4 image: …


    Read More
  • Vector Search using Spring AI Elastic Search and Apache Nifi 2

    calendar Jun 14, 2025 · 1 min read · python apache-nifi-2 vector-search elastic-search knn data-ingestion spring-boot bootstrap  ·
    Share on: twitter facebook linkedin copy

    Application We will create a simple application where we will: Ingest data from csv file and apply vector embeddings using custom python processor Store in ElasticSearch View Search Results


    Read More
  • How to create a Python Processor in Apache Nifi 2

    calendar Jun 13, 2025 · 1 min read · python apache-nifi-2  ·
    Share on: twitter facebook linkedin copy

    While Apache Nifi is an amazing tool. It has introduced how to write processor in python directly and use it as is. If you follow the documentation, I hit a roadblock of how to make this imports work. 1from nifiapi.flowfiletransform import FlowFileTransform, FlowFileTransformResult I am not a master python developer …


    Read More
  • Redis Keyspace Notification Monitoring use case

    calendar Apr 23, 2025 · 3 min read · redis monitoring  ·
    Share on: twitter facebook linkedin copy

    Recently I came across a scenario where our managed redis instance on azure was alerting high cpu usage during peek business hours. It is a single redis instance(not sure of more details of hosting as it is with infra team). While internally there are hundreds of service using this redis instance for caching, I was not …


    Read More
  • Handle exception from service classes in Spring-Boot

    calendar Jan 30, 2022 · 3 min read · spring-boot  ·
    Share on: twitter facebook linkedin copy

    Introduction While developing spring-boot apps I have faced challenge of handling exception from service methods. Any exception that are propogated from the Controllers are handled by @ControllerAdvice. AFAIK there is nothing called as @ServiceAdvice to handle any exception being thrown from service layer. Spring tool …


    Read More
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2

    calendar Dec 14, 2021 · 4 min read · rest-template  ·
    Share on: twitter facebook linkedin copy

    Complatable Future with RestTemplate In the previous article we learned how to use RestTemplate to call apis in sequence and compose their result and write to the client. We will try to optimize this now by makeing these 2 request work in parallel and return this response. We will same UserProfileSupplier & …


    Read More
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1

    calendar Nov 27, 2021 · 4 min read · rest-template  ·
    Share on: twitter facebook linkedin copy

    Use case RestTemplate is a synchronous web-client to perform http/s requests from spring applications. Configuration We first define the bean to be injected in our services using following config: 1@Configuration 2public class Config { 3 4 @Bean 5 public RestTemplate restTemplate() { 6 return new RestTemplate(); 7 } 8 …


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

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

  • Building a Modern AI Bridge Spring AI, MCP, Python and Java 25
  • Build llama.cpp on ubuntu with nvidia gpu
  • Create Simple Web Search Agent using Google ADK Ollama and Craw4AI
  • My Local LLM Setup
  • Fetch Current Logged In User in Controller

Categories

AIML 5 APACHE-NIFI 5 PYTHON 5 SPRING-BOOT 5 ELK 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 11 AIML 5 APACHE-NIFI-2 5 ELASTIC-SEARCH 5 PYTHON 5 ANGULAR 4 BOOTSTRAP 4 DATA-INGESTION 4 JUPYTER-NOTEBOOK 4 KNN 4 OLLAMA 4 PANDAS 4 VECTOR-SEARCH 4 APACHE-KAFKA 3
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-25 AUTH3 BAGGINGCLASSIFIER1 BOOTSTRAP4 CITY1 CLAUDE CODE1 COMMANDS1 COUNTRY1 CRAWL4AI1 DASH1 DATA-INGESTION4 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER3 ELASTIC-SEARCH5 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FAST1 FEATURE-ENGINEERING1 FFMPEG1 GOOGLE-ADK1 GOTCHAS3 GPU2 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 KNN4 LASSO1 LINEARREGRESSION1 LLAMA.CPP1 LLM2 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MCP1 MICRONAUT2 MICROSERVICES1 MONGODB1 MONITORING1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 OLLAMA4 OPEN-WEB-UI1 PANDAS4 PCA1 POSTGRES1 PYTHON5 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 REDIS1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-AI1 SPRING-BOOT11 SPRING-CLOUD-STREAM1 SPRING-SECURITY2 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 SYSTEMD1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UBUNTU1 UNSUPERVISED-LEARNING1 USER-INFO1 VECTOR-SEARCH4 VIDEO1 VIDEOJS1 ZSH1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top