gilhari_streaming_example
Verified Safeby SoftwareTree
Overview
Demonstrates streaming queries with batching for efficient retrieval of large JSON result sets from a relational database using the Gilhari RESTful ORM microservice framework.
Installation
docker run -it -p 80:8081 gilhari_streaming_exampleSecurity Notes
Standard RESTful microservice security practices apply if exposed externally. The `jdx_force_create_schema` parameter should be set to `false` in production to prevent unintended schema recreation.
Similar Servers
solon
A lightweight and high-performance Java application development framework for building web services, APIs, and cloud-native microservices.
ols4
A comprehensive Ontology Lookup Service (OLS) that provides a web interface, REST API, and an OpenAI-compliant MCP (Microservice-Coded-Prompt) server for biomedical ontologies, supporting search, graph traversal, and AI-driven entity understanding through embeddings.
spring-documentation-mcp-server
A Spring Model Context Protocol (MCP) server providing comprehensive access to Spring ecosystem documentation, migration guides, code examples, language evolution insights, and Initializr metadata for AI agents.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.