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

feat: foreign mssql extractor #345

Merged
merged 50 commits into from
Mar 8, 2024
Merged

Conversation

carlbrugger
Copy link
Contributor

@carlbrugger carlbrugger commented Dec 6, 2023

This PR introduces a POC plugin listens for .bak files uploaded to Flatfile, then restores the .bak to a Flatfile hosted Microsoft SQL Server database making the data available in the "Uploaded Files" view as a readonly File Workbook with each database table viewable as a Flatfile Sheet. The data is accessible the same as any other extracted file (i.e. .csv or .xlsx), however the source is coming from the restored database. This plugin is useful for customers who have very large datasets stored in a Microsoft SQL Server database and access that data in a Flatfile Workbook.

@carlbrugger carlbrugger self-assigned this Dec 6, 2023
Copy link

socket-security bot commented Dec 6, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@rollup/[email protected] None 0 2.72 MB lukastaegert
npm/[email protected] Transitive: environment, eval, filesystem, network, shell +133 35.7 MB dhensby

🚮 Removed packages: npm/@flatfile/[email protected]

View full report↗︎

This comment was marked as resolved.

@carlbrugger carlbrugger force-pushed the feat/foreign-mssql-extractor branch from 819ce72 to 8a628eb Compare February 20, 2024 20:32
@carlbrugger carlbrugger marked this pull request as ready for review March 5, 2024 17:26
@carlbrugger carlbrugger force-pushed the feat/foreign-mssql-extractor branch from 1b1353a to 9c79bee Compare March 6, 2024 17:58
@carlbrugger carlbrugger force-pushed the feat/foreign-mssql-extractor branch from 002ca17 to faf3c44 Compare March 7, 2024 16:27
@carlbrugger carlbrugger requested a review from bangarang March 7, 2024 17:59
Copy link
Collaborator

@bangarang bangarang left a comment

Choose a reason for hiding this comment

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

Couple of small organizational nits but otherwise looks g2g!

@carlbrugger carlbrugger merged commit 12e8a9c into main Mar 8, 2024
4 checks passed
@carlbrugger carlbrugger deleted the feat/foreign-mssql-extractor branch March 8, 2024 17:10
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