gilhari_relationships_implicit_attribs_example
Verified Safeby SoftwareTree
Overview
Demonstrate Gilhari's implicit attributes for automatic foreign key management in contained JSON objects via a RESTful microservice.
Installation
docker run -p 80:8081 gilhari_relationships_implicit_attribs_exampleSecurity Notes
The server is a standard Dockerized Java microservice. Standard microservice security practices apply for deployment and input validation. The `jdx_force_create_schema: true` setting is for development and can wipe data, so it should be used with caution in production. The system loads JDBC drivers dynamically from a specified path, which is a standard Java practice but relies on the integrity of the driver JAR.
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.