Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SchemaFromExistingGraphExtractor component#355

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
stellasia wants to merge3 commits intoneo4j:main
base:main
Choose a base branch
Loading
fromstellasia:feature/schema-from-existing-graph

Conversation

stellasia
Copy link
Contributor

@stellasiastellasia commentedJun 10, 2025
edited
Loading

Description

This PR adds a new component:SchemaFromExistingGraphExtractor that builds taGraphSchema object from an exiting database:

    with neo4j.GraphDatabase.driver(        URI,        auth=AUTH,    ) as driver:        extractor = SchemaFromExistingGraphExtractor(driver)        schema: GraphSchema = await extractor.run()        # schema.store_as_json("my_schema.json")        print(schema)

It leverages theget_structured_schema function and transform its output into aGraphSchema object.

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Documentation update
  • Project configuration change

Complexity

Complexity: Low

How Has This Been Tested?

  • Unit tests
  • E2E tests
  • Manual tests

Checklist

The following requirements should have been met (depending on the changes in the branch):

  • Documentation has been updated
  • Unit tests have been updated
  • E2E tests have been updated
  • Examples have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed
  • CHANGELOG.md updated if appropriate

@stellasiastellasiaforce-pushed thefeature/schema-from-existing-graph branch 2 times, most recently fromd5d230e to61cd172CompareJune 17, 2025 11:12
@stellasiastellasiaforce-pushed thefeature/schema-from-existing-graph branch fromd9c7ee7 to2bc1018CompareJuly 7, 2025 16:26
@stellasiastellasia changed the titleFeature/schema from existing graphSchemaFromExistingGraphExtractor componentJul 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@stellasia

[8]ページ先頭

©2009-2025 Movatter.jp