Skip to content

Encoding for post to graph#180

Draft
ylyangtw wants to merge 8 commits into
devfrom
encoding-for-post-to-graph
Draft

Encoding for post to graph#180
ylyangtw wants to merge 8 commits into
devfrom
encoding-for-post-to-graph

Conversation

@ylyangtw

@ylyangtw ylyangtw commented Feb 6, 2025

Copy link
Copy Markdown

This is working in progress.

@ylyangtw ylyangtw marked this pull request as draft February 6, 2025 05:10
@ylyangtw ylyangtw changed the title [WIP, do not merge] Encoding for post to graph Encoding for post to graph Feb 6, 2025
@ylyangtw ylyangtw requested a review from valentinedwv February 6, 2025 05:10
cleaned_data = transform_data(raw_data)

# Step 3: Prepare the SPARQL update query
loadfrom = {'update': f'INSERT DATA {{ {cleaned_data} }}'}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think this will break with large datasets.
aka 100meg datasets.
So, if we encode the release file, store on s3, then load that does it work?

update utilites to one that checks for None
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.

2 participants