gilhari_relationships_example
Verified Safeby SoftwareTree
Overview
Demonstrates one-to-one and one-to-many BYVALUE relationships with advanced query capabilities using the Gilhari microservice framework for RESTful ORM.
Installation
docker run -p 80:8081 gilhari_relationships_exampleSecurity Notes
Uses Docker for isolation. The `jdx_force_create_schema` parameter is set to `true` by default, which recreates the database schema on each run. This is typical for development but requires caution in production environments.
Similar Servers
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.
saleor-mcp
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
mcp-collection
Provides a containerized server application, likely part of a larger collection or system, designed for automated dependency management.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.