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

Data Source Adapter for Google Sheets #417

Merged
merged 19 commits into from Feb 28, 2023

Conversation

Slayzur02
Copy link
Contributor

@Slayzur02 Slayzur02 commented Sep 6, 2022

Final report: GSoC '22


Project

I have written an adapter to query tables from the Google Sheets. For each google sheet URL, this adapter looks into its sheets and creates a table for each of them with the respective column names and data. I used the Google Sheet Java Api to develop the interface between Polypheny and Google Sheets.

The package is mostly done, with the usage instructions and potential improvements / future changes all put into the README.md file in the google-sheet-adapter.

This contribution also includes the smaller PR: monitoring threads


Thank you so much for this opportunity, I've learned a lot and working with everyone has been a pleasure.

@hennlo hennlo requested review from hennlo and datomo September 6, 2022 14:26
@hennlo hennlo added C-enhancement Category: An issue proposing an enhancement A-db Area: DB S-in-progress Still working on this pull request labels Sep 6, 2022
Copy link
Member

@datomo datomo left a comment

Choose a reason for hiding this comment

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

@vogti please, have a quick look, good for me

@vogti vogti changed the title Google sheets api Data Source Adapter for Google Sheets Feb 28, 2023
Copy link
Member

@vogti vogti left a comment

Choose a reason for hiding this comment

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

Thx, @Slayzur02, for this PR!

@vogti vogti removed the S-in-progress Still working on this pull request label Feb 28, 2023
@vogti vogti merged commit 96773c6 into polypheny:master Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Area: DB C-enhancement Category: An issue proposing an enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants