@flatfile/plugin-foreign-db-extractor
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@flatfile/plugin-foreign-db-extractor

The @flatfile/plugin-foreign-db-extractor 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.

Screenshot 2024-03-07 at 12 53 20

Screenshot 2024-03-07 at 10 40 34

Get Started

Access to this feature on the Flatfile Platform need to be enabled per account. Please reach out to our support team to discuss using the Foreign DB plugin!

npm i @flatfile/plugin-foreign-db-extractor @flatfile/listener
import type { FlatfileListener } from '@flatfile/listener'
import { foreignDBExtractor } from '@flatfile/plugin-foreign-db-extractor';

export default function (listener: FlatfileListener) {
  listener.use(foreignDBExtractor());
}

Readme

Keywords

none

Package Sidebar

Install

npm i @flatfile/plugin-foreign-db-extractor

Weekly Downloads

6

Version

0.1.2

License

ISC

Unpacked Size

3.17 MB

Total Files

5

Last publish

Collaborators

  • sambarrowclough
  • carlbrugger
  • hansjhoffman
  • haleymt
  • mmccooyyy
  • ahollenbeck
  • maerf0x0
  • rjhyde
  • mpoythress
  • flatderek
  • ashleygmulligan
  • alnoor
  • flatfilecolin
  • bigcountrycrane
  • flatfileinfra
  • bangarang
  • madmandrit
  • roberto-alcantara-ffile
  • mairechew
  • jmmander
  • srmotter
  • driscollrp
  • sarocu
  • dboskovic
  • brentkulwicki
  • nate.ferrero
  • jaredwalters