8 Star 54 Fork 12

Gitee 极速下载 / baserow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://gitlab.com/bramw/baserow.git
克隆/下载
index.md 7.25 KB
一键复制 编辑 原始数据 按行查看 历史

Table of contents

Baserow is an open-source online database tool. Users can use this no-code platform to create a database without any technical experience. It lowers the barriers to app creation so that anyone who can work with a spreadsheet can also create a database. The interface looks a lot like a spreadsheet. Our goal is to provide a perfect and fast user experience while keeping it easy for developers to write plugins and maintain the codebase. The developer documentation contains several topics you might need as a developer.

Installation

We provide a hosted version of Baserow which you can sign up and start using immediately at https://baserow.io. Alternatively you can easily self-host Baserow by following one the guides below:

Baserow Tutorials

API Usage

Baserow provides various APIs detailed below:

  • REST API: An introduction to the REST API and information about API resources.
  • WebSocket API: An introduction to the WebSockets API which is used to broadcast real time updates.

Technical Overviews

Development

Everything related to contributing and developing for Baserow.

  • Development environment: More detailed information on baserow's local development environment.
  • Running the Dev Environment: A step-by-step guide to run Baserow for development.
  • Directory structure: The structure of all the directories in the Baserow repository explained.
  • Tools: The tools (flake8, pytest, eslint, etc) and how to use them.
  • Code quality: More information about the code style, quality, choices we made, and how we enforce them.
  • Debugging: Debugging tools and how to use them.
  • Create a template: Create a template that can be previewed and installed by others.
  • dev.sh: Further details on how to use Baserow's ./dev.sh helper script.
  • IntelliJ setup: How to configure Intellij to work well with Baserow for development purposes.
  • Feature flags: How Baserow uses basic feature flags for optionally enabling unfinished or unready features.
  • E2E Testing: How to run Baserow's end-to-end tests and when to add your own.
  • Metrics and Logs: How to work with metrics and logs to aid with monitoring Baserow as a developer.

Plugins

Everything related to custom plugin development.

Other

Python
1
https://gitee.com/mirrors/baserow.git
git@gitee.com:mirrors/baserow.git
mirrors
baserow
baserow
develop

搜索帮助