Tableflow

The open source CSV importer
Alternatives To Tableflow
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sst18,44311819 hours ago477November 27, 2023760mitTypeScript
Build modern full-stack applications on AWS
Amplify Js9,314728552a day ago2,006November 29, 2023613apache-2.0TypeScript
A declarative JavaScript library for application development using cloud services.
Midway6,96127720 hours ago269November 13, 2023140mitTypeScript
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Webiny Js6,92114411 hours ago417November 24, 2023303otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
Developer Handbook5,106
7 months ago6mit
An opinionated guide on how to become a professional Web/Mobile App Developer.
Porter3,981
a day ago407November 23, 2023106otherGo
Kubernetes powered PaaS that runs in your own cloud.
Sst.dev3,668
8 days ago128mitSCSS
Repo for sst.dev
Practical.cleanarchitecture1,678
a month ago21mitC#
Full-stack .Net 7 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 16, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, Google), .
Awesome Aws Amplify1,529
3 years ago
Curated list of AWS Amplify Resources
Tableflow1,396
13 hours ago24November 15, 202318otherTypeScript
The open source CSV importer
Alternatives To Tableflow
Select To Compare


Alternative Project Comparisons
Readme
TableFlow

The Open Source CSV Importer

Docs | Slack | Twitter | Website

TableFlow is an open source data import platform

  • Embeddable import iframe modal
  • No-code importer configuration
  • Smart column mapping
  • Frontend callbacks to retrieve data
  • API to retrieve data
  • Webhook notifications
  • Data validation (coming soon)

How it works

  1. Create an Importer and define the columns your users can import
  2. Embed the TableFlow Importer in your app
  3. Your users can upload CSV or Excel files and set the column mapping through the Importer modal
  4. Download the clean, mapped data from TableFlow via a callback, the API, or from the admin app

TableFlow Importer Modal

Get started

TableFlow Cloud

The quickest way to get started with TableFlow is signing up for free to TableFlow Cloud

Self-hosted deploy (local)

You can run TableFlow locally with Docker:

git clone https://github.com/tableflowhq/tableflow.git
cd tableflow
cp .env.example .env
docker-compose up -d

Then open http://localhost:3000 to access TableFlow.

Self-hosted deploy (AWS EC2)

Important notes:

  1. [x] Make sure the server you use is only accessible within your VPC
  2. [x] Make sure your local machine is able to connect to the server on ports 3000 (the web server)
  3. [x] Update your network settings to allow port 3001 (the importer iframe) and 3003 (the API server) to be accessible from where your users will import data, most likely public
  4. [x] Update TABLEFLOW_WEB_APP_URL and TABLEFLOW_WEB_IMPORTER_URL in your .env.example file with the correct URLs where you'll access the web applications from

One-line install script (for Amazon Linux):

sudo yum update -y && \
sudo yum install -y docker git && \
sudo service docker start && \
sudo usermod -a -G docker $USER && \
sudo wget -O /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/v2.19.1/docker-compose-$(uname -s)-$(uname -m) && \
sudo mv /usr/local/bin/docker-compose /usr/bin/docker-compose && \
sudo chmod +x /usr/bin/docker-compose && \
mkdir tableflow && cd tableflow && \
wget https://raw.githubusercontent.com/tableflowhq/tableflow/main/{.env.example,docker-compose.yml,docker-compose.base.yml} && \
mv .env.example .env && \
sg docker -c 'docker-compose up -d'

Get in touch

Let us know your feedback or feature requests! You can submit a GitHub issue, reach out over Slack, or email us at [email protected]

DB Webhooks

If you're looking to use DB Webhooks, we've moved the project into its own repository here!

Popular Reactjs Projects
Popular Amazon Web Services Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Go
Golang
Aws
Upload
S3
Uploader
File Upload
File Sharing