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
spring-documentation-mcp-server
Provides an AI-driven Model Context Protocol (MCP) server for comprehensive access to Spring ecosystem documentation, migration guides, code examples, and project compatibility, serving as a knowledge base and tool integration for AI agents.
ols4
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
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.