Reads a database schema and produces an OKF (Open Knowledge Format) bundle #84
Auran0s
started this conversation in
Show and tell
Replies: 1 comment
-
|
What is the benefit of using OKF over an MCP service that dynamically pulls the information from the Database server? I've been thinking that the duplication of the information (from the DB schema to the MD files) not only requires additional storage space, but also introduces the need and the cost of keeping them synchronised, as well as the risk of a race condition (the Agent reading an outdated schema after the schema has been updated in the DB and before the change is propagated/synced into the MD file of the OKF). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Website
okc reads a database schema and produces an OKF (Open Knowledge Format) bundle — a directory of cross-linked markdown documents that turn your schema into a navigable knowledge graph.
Note
OKF is a specification for representing structured metadata as markdown files with YAML frontmatter. This project implements OKF v0.1.
Features
Sourceinterface for adding more)type,title,description,resource,tags, andtimestampfrontmatterindex.mdfiles are generated for every directory, listing both subdirectories and typed entriesInstallation
Install from PyPI:
Beta Was this translation helpful? Give feedback.
All reactions