Git Product home page Git Product logo

webdevsharing / apitable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apitable/apitable

0.0 0.0 0.0 309.35 MB

๐Ÿš€๐ŸŽ‰๐Ÿ“š APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives.

Home Page: https://apitable.com

License: GNU Affero General Public License v3.0

Shell 0.06% JavaScript 4.57% Java 20.49% Lua 0.01% Rust 1.55% Kotlin 0.01% TypeScript 68.74% CSS 0.17% Makefile 0.07% HTML 0.18% HCL 0.01% Dockerfile 0.05% Less 4.12%

apitable's Introduction

APITable Cover Image

APITable Gitpod Development Environment TypeScript Language, NestJS Framework Java Language, Spring Framework
APITable License Badge AGPL

English | Franรงais | Espaรฑol | Deutsch | ็ฎ€ไฝ“ไธญๆ–‡ | ็น้ซ”ไธญๆ–‡ | ๆ—ฅๆœฌ่ชž

โœจ Quick Start

If you just want to try out APITable1, use our cloud-hosted version at apitable.com.

If you want to demo this APITable open-source project, click here for โšก๏ธGitpod Online Demo.

If you want to install APITable in your local or cloud computing environment, see ๐Ÿ’พ Installation

If you want to set up your local development environment, read our ๐Ÿง‘โ€๐Ÿ’ป Developer Guide

Join Discord or Twitter to keep in touch.

๐Ÿ”ฅ Features

Realtime Collaboration Automatic Form
API-first Panel Unlimited cross-table links
Powerful Rows/Columns Permissions Embed

APITable provides a range of amazing features, from the personal to the enterprise.

  • Advanced technology stack and open-source
    • Realtime collaboration allows multiple users to edit together in real time, or simultaneously with the Operational Transformation (OT) Algorithm.
    • Extremely smooth, user-friendly, super-fast database-spreadsheet interface in <canvas> Rendering Engine.
    • Database native architecture: Changeset / Operation / Action / Snapshot and so on.
    • 100k+ data rows with real-time collaboration.
    • Full-stack API access, from Data to Metadata.
    • One-direction / Bi-direction Table Link and Infinite Cross Links
    • Community-friendly programming languages and framework, TypeScript (NextJS + NestJS) and Java (Spring Boot), and we are moving to Rust gradually.
  • Beautiful and Rich Database-Spreadsheet UI
    • CRUD: Create, Read, Update, Delete the Tables, Columns, and Rows
    • Fields Operations: sort, filter, grouping, hide/unhide, height setting.
    • Space based: Use separated workspaces in place of App/Base-based structure, make unlimited tables link together possible.
    • Dark mode and theme customization available.
    • 7 View Types: Grid View (Datasheet) / Gallery View / Mindmap View / Kanban View / Full-Feature Gantt View / Calendar View
    • One-click API Panel
  • Batteries included
    • Built-in 10+ official templates.
    • Robot Automation and customization available.
    • BI dashboard
    • One-click auto-generated form
    • Shareable and embeddable page.
    • Multi-language support.
    • Integration with n8n.io / Zapier / Appsmith... and more.
  • Excellent extensibility
    • Extensible Widget System with over 20 officials open-source widgets.
    • Customizable Graph & Chart & Dashboard
    • Customizable Data Column Types
    • Customizable Formulas
    • Customizable Automation Robot Actions.
  • Enterprise-grade permissions
    • Mirror, turn a View into a mirror to implement Row Permission.
    • Activate Column Permission through a very simple operation.
    • Folders / Sub-Folders / Files Permission.
    • Tree structure folders and customizable node (file);
    • Team Management & Organization Structure.
  • Enterprise features:
    • SAML
    • Single-Sign-On (SSO)
    • Audit
    • Database Auto Backup
    • Data Exporter
    • Watermark
  • ....

With extensible widgets and plugins, you can add more features.

๐Ÿ’ฅ Use Cases

Why you must know APITable for your next software?

  • As super management software
    • Flexible Project Management & Tasks / Issues Management.
    • Marketing Lead Management.
    • Most flexible and connectable CRM.
    • Flexible Business Intelligence (BI).
    • People-Friendly Forms and Surveys
    • Flexible ERP.
    • Low-code and no-code platform.
    • ...and more, APITable puts 1000 softwares in your pocket.
  • As a visual database infrastructure
    • Embed APITable into your own software UIs.
    • Visual Database with REST API.
    • Admin dashboard.
    • Central configuration management.
    • All-in-one enterprise database that connect all your software.
    • ...and more, APITable connects everything.
  • Also, it is open source and extensible

๐Ÿ’ž API-oriented

API UI Panel

Clicking the API button in the right corner will show the API Panel

SQL-like query

APITable will provides a Datasheet Query Language (DQL) to query your database-spreadsheet contents.

๐Ÿ’ Embed-friendly

Share and Embed

Share your datasheet table or folder. Embed them by copying and pasting HTML scripts.

Enterprise-ready Embedding

APITable.com provides more Enterprise-ready Embedding features for securities.

Installation

Before you begin:

  • A host with docker and docker-compose v2 installed.
  • 4 CPUs/8GB RAM or more are recommended.
  • A bash shell with basic utilities like curl installed.
  • Native arm64 (apple silicon) container images is not ready yet and may cause bad performance.

To install apitable using docker compose, open your terminal and run this:

curl https://apitable.github.io/install.sh | bash

Then open http://localhost:80 in your browser to visit it.

We also provide an all-in-one image based on pm2 for demo or testing purpose (not recommended for enterprise or production usage):

sudo docker run -d -v ${PWD}/.data:/apitable -p 80:80 --name apitable apitable/all-in-one:latest

Depending on your environment, you may need to wait several minutes for all the services to start. This image is amd64 (x86_64) only, you may encounter pretty bad performance on arm64 or apple silicon.

If you want to set up your local development environment, read our ๐Ÿง‘โ€๐Ÿ’ป Developer Guide

๐Ÿง‘โ€๐Ÿ’ป Contributing

Welcome, and thank you for your interest in contributing to APITable!

In addition to writing code, there are many ways for you to contribute.

You can contribute as following:

Such as the following:

You can read this repositoryโ€™s Contributing Guidelines to learn how to contribute.

Here's a quick guide to help you contribute to APITable.

Development environment

Learn how to set up your local environment, go to our Developer Guide.

Git workflow basic

Here's a general APITable git workflow:

  1. Create an issue and describe features you want -> APITable issues
  2. Fork this project -> Fork APITable project
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some features')
  5. Publish the branch (git push origin my-new-feature)
  6. Create a new Pull Request -> Create pull request across forks

Work conventions

APITable use these common conventions:

Documentations

๐Ÿ›ฃ Roadmap

Please refer to the Roadmap of APITable

Future Features

  • Heavy-code Interface Builder
  • Embeddable 3rd party documentation components
  • SQL-like Domain-Specific Languages
  • As an IdP
  • Advanced automation robot
  • Web 3 features
  • ...

Hosted and Enterprise versions offer advanced features

  • As an IdP;
  • SAML
  • Single-Sign-On
  • Audit
  • Database Backup
  • Integrate with ChatGPT, Zapier, Slack, Google Workspaceโ€ฆโ€ฆ
  • Watermark

For more information, please contact us at [email protected].

๐Ÿ‘ซ Get Involved

๐ŸŒ Why we create APITable and open-source?

  • We believe that Database is the cornerstone of all the software.
  • We believe that making a Visual Database with rich and easy user interface for everyone can reduce the difficulty of software industry and increase the world's digitalization adoption.
  • We believe that open-sourcing APITable work can Push Human Beings Forward.

We are hiring remotely!

We always search for good talents for APITable:

  • Full-stack developer: You have experience with React, NestJS, TypeScript, Spring Boot, Java, Terraform. And you like to write high quality code with clear documentation and unit tests.
  • Back-end developer: You have experience with NestJS, TypeScript, Spring Boot, Java, SQL, Kubernetes, Terraform. And you like to write high quality code with clear documentation and unit tests.
  • Front-end developer: You have experience with React, NextJS, TypeScript, WebPack. And you like to write high quality code with clear documentation and unit tests.

Regardless of time and conditions, if you want to get involved to the team of APITable, do not hesitate and send your CV to [email protected].

๐Ÿ“บ Screenshot

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

APITable Screenshot Image

๐Ÿฅฐ License

This repository contains the source code for the Open Source edition of APITable, released under the AGPL.

If you'd like to run your own copy of APITable or contribute to development then this is the place for you.

See LICENSING for details.

If you want to use APITable online then you don't need to run this code, we offer a hosted version of the app at APITable.com which optimized for global accelerator.


Footnotes

  1. Licensed with AGPL-3.0. Designed by APITable Ltd. โ†ฉ

apitable's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.