Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V8, FEATURE] TripleStoreModule and TripleStoreService for new V8 Graph Structure #3427

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

u-hubar
Copy link
Member

@u-hubar u-hubar commented Nov 26, 2024

No description provided.

@u-hubar u-hubar added feature New features V8 Issue or development of DKG Core Runtime Node V8 labels Nov 26, 2024
@u-hubar u-hubar self-assigned this Nov 26, 2024
keyword,
knowledgeCollectionUAL,
knowledgeAssetsUALs,
triples,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be called triples? on the client we allow user to create by passing triples/quads so maybe calling it quads is better also to be consistent. or should we allow triples only on the client side?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be statements perhaps, doesn't matter which format it is

this.repositoryImplementations[repository],
repository,
this.ualService.deriveUAL(blockchain, contract, tokenId),
await this.tripleStoreModuleManager.insertKnowledgeCollectionIntoUnifiedGraph(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can paralelize these two calls with promise.all, right? delete from old graph and move to new, also maybe could add retries here too and do a rollback if it's failing?

@u-hubar u-hubar changed the title [FEATURE] TripleStoreModule and TripleStoreService for new V8 Graph Structure [V8, FEATURE] TripleStoreModule and TripleStoreService for new V8 Graph Structure Nov 26, 2024
@u-hubar u-hubar changed the base branch from v8/develop to release/v8.0.0-alpha November 26, 2024 10:41
@u-hubar u-hubar merged commit b7fb693 into release/v8.0.0-alpha Nov 26, 2024
1 of 3 checks passed
@u-hubar u-hubar deleted the v8/new-graph-structure branch November 26, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features V8 Issue or development of DKG Core Runtime Node V8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants