Skip to content

OSCF schema adoption by RDBMS databases? #424

Answered by jp-harvey
debaduttar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @debaduttar , yes absolutely. The schema can be used in a document / nosql style database but can also support a traditional RDBMS, @sfc-gh-osinger has been involved from the Snowflake side.

Structuring the schema in an RDBMS (the traditional way) would be a matter of creating the different tables for the various objects, classes, and associated enums etc. and then creating the necessary relationships between them.

There are two main design issues to consider that come to mind. Probably the biggest design issue is ensuring there is a way to handle changes in the schema between versions. OCSF defines breaking changes from a producer perspective, and major versions are expected to be bac…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@debaduttar
Comment options

@jp-harvey
Comment options

@debaduttar
Comment options

Answer selected by debaduttar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants