gilhari_simple_example
Verified Safeby SoftwareTree
Overview
Develop a RESTful microservice for CRUD operations on JSON objects with user-specified IDs using the Gilhari ORM framework.
Installation
docker run -p 80:8081 gilhari_simple_exampleSecurity Notes
Uses a standard Dockerized Java microservice architecture. `jdx_force_create_schema` is set to `true` by default in the example configuration, which is suitable for development but should be reviewed for production environments. No obvious 'eval' or obfuscation found.
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.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.
gilhari_relationships_implicit_attribs_example
Demonstrate Gilhari's implicit attributes for automatic foreign key management in contained JSON objects via a RESTful microservice.