gilhari_ecommerce_example
Verified Safeby SoftwareTree
Overview
Automated e-commerce microservice with PostgreSQL integration and Docker deployment using Gilhari ORM.
Installation
./build_all.shSecurity Notes
The microservice runs locally (localhost:8081) and connects to a local PostgreSQL instance. Default database credentials ('postgres'/'<password>') are mentioned for local setup, which is common for development but would require hardening for production. The Gilhari SDK is a prerequisite, and its security depends on the integrity of the SDK itself. No obvious direct code vulnerabilities like 'eval' or obfuscation were found.
Similar Servers
saleor-mcp
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
ontology-mcp-server-RL-Stable-Baselines3
An AI agent for e-commerce, integrating ontology-based reasoning, business logic, memory systems, and a Gradio UI to simulate a complete shopping experience, enhanced with Reinforcement Learning capabilities for continuous self-improvement in tool orchestration strategies.
full-stack-proxy-nginx-n8n-for-everyone-with-docker-compose
A comprehensive Docker Compose setup for deploying a full-stack development environment including Nginx as a reverse proxy, n8n for workflow automation, Ollama and Open WebUI for local AI, PostgreSQL with pgvector for data storage, Mailhog for email testing, WAHA for WhatsApp integration, and Portainer for container management, with automated SSL certificates.
gilhari_example1
A basic example demonstrating a RESTful microservice for JSON object CRUD operations using Gilhari ORM and Docker.