Java Standalone

News Event Streaming Application

Spring Boot application that ingests news events, stores them in Oracle AI Database, and supports vector search.

#AI#Java#OCI#SpringBoot#Vector Search
What this sample helps you learn

This demo application streams news articles as events from a REST API, processing those articles and storing them in a multimodal database that includes relational, document, event, and vector data types.

Highlights

  • Maven
  • Java 21+
  • Docker (Optional)
  • OJDBC_PATH: Path to the directory containing your ojdbc.properties file. I use the ojdbc.properties file in src/test/resources.