gilhari_example1
Verified Safeby SoftwareTree
Overview
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.
Installation
docker run -p 80:8081 gilhari_example1Security Notes
The server exposes REST endpoints, implying standard microservice security considerations for network access and configuration file integrity. The `jdx_force_create_schema` parameter is set to `true` by default in the example for development convenience, which would be a data loss risk if used as-is in a production environment.
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.
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.
saleor-mcp
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
gilhari_simple_example
Develop a RESTful microservice for CRUD operations on JSON objects with user-specified IDs using the Gilhari ORM framework.