Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sst | 18,443 | 1 | 18 | 19 hours ago | 477 | November 27, 2023 | 760 | mit | TypeScript | |
Build modern full-stack applications on AWS | ||||||||||
Amplify Js | 9,314 | 728 | 552 | a day ago | 2,006 | November 29, 2023 | 613 | apache-2.0 | TypeScript | |
A declarative JavaScript library for application development using cloud services. | ||||||||||
Midway | 6,961 | 277 | 20 hours ago | 269 | November 13, 2023 | 140 | mit | TypeScript | ||
🍔 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 Js | 6,921 | 144 | 11 hours ago | 417 | November 24, 2023 | 303 | other | TypeScript | ||
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 Handbook | 5,106 | 7 months ago | 6 | mit | ||||||
An opinionated guide on how to become a professional Web/Mobile App Developer. | ||||||||||
Porter | 3,981 | a day ago | 407 | November 23, 2023 | 106 | other | Go | |||
Kubernetes powered PaaS that runs in your own cloud. | ||||||||||
Sst.dev | 3,668 | 8 days ago | 128 | mit | SCSS | |||||
Repo for sst.dev | ||||||||||
Practical.cleanarchitecture | 1,678 | a month ago | 21 | mit | C# | |||||
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 Amplify | 1,529 | 3 years ago | ||||||||
Curated list of AWS Amplify Resources | ||||||||||
Tableflow | 1,396 | 13 hours ago | 24 | November 15, 2023 | 18 | other | TypeScript | |||
The open source CSV importer |
The quickest way to get started with TableFlow is signing up for free to TableFlow Cloud
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.
Important notes:
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 fromOne-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'
Let us know your feedback or feature requests! You can submit a GitHub issue, reach out over Slack, or email us at [email protected]
If you're looking to use DB Webhooks, we've moved the project into its own repository here!