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

refactor(interactive): Introduce MetaDataStore for Interactive and provide file-based implementation #3696

Merged
merged 7 commits into from
Apr 16, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Apr 9, 2024

Interactive need to maintain the metadata of Graph and Stored Procedures, which are currently stored as files on disk separately.

We introduce MetaDataStore to govern all metadata storage, querying and update, and provided a basic implementation based on local file storage.

Support non-blocking graph data loading #3697
Fix bug #3693

@zhanglei1949 zhanglei1949 force-pushed the refactor-admin branch 4 times, most recently from e9a71ee to 32dedd7 Compare April 10, 2024 13:09
@zhanglei1949 zhanglei1949 changed the title refactor(interactive): Introduce MetaDataStore for Interactive and provide sqlite3-based implementation refactor(interactive): Introduce MetaDataStore for Interactive and provide file-based implementation Apr 11, 2024
stash changes

pass compile

stash changes

todo: generate graph.yaml when start service

finish implementation

fix

fix

add type in job_meta and fix create_graph returns

fix

fixing ci

fix ci

imple file-base metadata store

fix ci
@zhanglei1949 zhanglei1949 merged commit 4a7e1ab into alibaba:main Apr 16, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants