silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Expose data using Spring Boot and Spring AI framework

    calendar Jul 13, 2025 · 4 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 In the previous article we have seen how to ingest data and apply embeddings and store it using Apache Nifi 2. In this article we will see how we will expose this data via rest api as well as display on using spring thymeleaf …


    Read More
  • Ingest data from csv file and apply vector embeddings using custom python processor

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

    This article is a part of Vector Search using Spring AI Elastic Search and Apache Nifi 2 Let's create a simple python processor to ti pull data from csv file. Instead of search and querying data on the fly we will import a csv file which can be downloaded from here Preview of csv Data, I have removed a couple of …


    Read More
  • 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
  • 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
  • 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
  • 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
  • Custom Userinfo in spring boot resource server

    calendar Nov 5, 2019 · 3 min read · spring-boot spring-security user-info oauth2 resource-server auth  ·
    Share on: twitter facebook linkedin copy

    Spring Resource Server When implementing a standalone Resource Application server, we do not store any information related to user. We heavily rely on third party auth service providers to give such information on user's consent and update it. This can give rise to implement OncePerRequestFilter where in we get bearer …


    Read More

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