オントロジーサーバー、こんな感じで動いてる

● The search reveals that "Software" is the root concept with 9 direct children categories:

- CI/CD

- Cloud Computing

- Database

- Design Pattern

- Development Tool

- Framework

- Programming Language

- Software Architecture

- Software Testing

All these concepts have an "isA" relationship pointing to Software, making it the top-level parent in the

ontology hierarchy.

> Please list all concepts.

● I'll create a script to list all concepts in the ontology.

● Write(file_path: src/list-all-concepts.ts)…

⎿ Wrote 96 lines to src/list-all-concepts.ts

import { OntologyDatabase } from './database.js';

import dotenv from 'dotenv';

dotenv.config();

const DATABASE_URL = process.env.DATABASE_URL || 'postgresql://postgres:postgres@localhost:5432/ontology';

async function listAllConcepts() {

const db = new OntologyDatabase(DATABASE_URL);

… +86 lines (ctrl+r to expand)

● Bash(cd /mnt/c/WorkSpace/MyMCPServers/OntologyServer && npm run build && node dist/list-all-concepts.js)…

⎿ > @mcp/ontology-server@0.1.0 build

… +141 lines (ctrl+r to expand)

37. Azure

38. Kubernetes

● The ontology contains 38 concepts organized into categories:

Core (5): Software, Database, Programming Language, Framework, Development Tool

Databases (3): Redis, PostgreSQL, MongoDB

Programming Languages (4): JavaScript, TypeScript, Python, Java

Frameworks (4): Node.js, React, Express, Django

Development Tools (2): Docker, VS Code

Design Patterns (4): Design Pattern, Singleton Pattern, Observer Pattern, Factory Pattern

Architecture (4): Software Architecture, Microservices, Monolithic Architecture, REST API

Testing (4): Software Testing, Unit Testing, Integration Testing, Test-Driven Development

Version Control (4): Git, GitHub, Version Control System, CI/CD

Cloud Computing (4): Cloud Computing, AWS, Azure, Kubernetes

Reply to this note

Please Login to reply.

Discussion

No replies yet.