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
ols4
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.
SQL-QueryDSL-query-mcp-server
Serves as a Model Context Protocol (MCP) server for AI clients to query and filter data from a SQL database using QueryDSL.
quarkus-ai-apps
Demonstrates integration of AI services with existing data and business logic using Quarkus LangChain4j and the Microservice Communication Protocol (MCP), enabling AI agents to interact with multiple data sources.