mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
Merge branch 'rc' of https://github.com/rowyio/rowy into rc
This commit is contained in:
38
README.md
38
README.md
@@ -14,8 +14,7 @@ Manage Firestore data in a spreadsheet-like UI, write Cloud Functions effortless
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://discord.com/invite/B8yAD5PDX4)
|
||||
[](https://twitter.com/rowyio)
|
||||
[](https://discord.gg/B8yAD5PDX4)
|
||||
|
||||
<p align="center">
|
||||
<a href="http://www.rowy.io"><b>Website</b></a> •
|
||||
@@ -24,9 +23,9 @@ Manage Firestore data in a spreadsheet-like UI, write Cloud Functions effortless
|
||||
<a href="https://twitter.com/rowyio"><b>Twitter</b></a>
|
||||
</p>
|
||||
|
||||
[](https://github.com/rowyio/rowy/blob/main/LICENSE)
|
||||
[](https://github.com/rowyio/rowy/commits/rc)
|
||||
[](https://github.com/rowyio/rowy/stargazers/)
|
||||
[](https://github.com/rowyio/rowy/blob/main/LICENSE)
|
||||
[](https://github.com/rowyio/rowy/commits/rc)
|
||||
[](https://github.com/rowyio/rowy/stargazers/)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -54,18 +53,25 @@ You can find the full documentation with how-to guides
|
||||
- Multiple views for the same collection
|
||||
- Bulk import or export data - csv, json
|
||||
|
||||
### Supercharge your database with cloud functions and ready made extension
|
||||
|
||||
- Effortlessly build cloud functions on field level triggers right in the browser
|
||||
- Use any NPM modules or APIs
|
||||
- Connect to your favourite tool with pre-built extensions or create your own
|
||||
- SendGrid, Algolia, Twilio, Bigquery and more
|
||||
|
||||
### Rich and flexible data fields
|
||||
|
||||
- [30+ fields supported](https://docs.rowy.io/field-types/supported-fields)
|
||||
- Basic types: Short Text, Long Text, Email, Phone, URL…
|
||||
- Custom UI pickers: Date, Checkbox, Single Select, Multi Select…
|
||||
- Uploaders: Image, File
|
||||
- Rich Editors: JSON, Code, Rich Text (HTML)
|
||||
- Data validation, default values, required fields
|
||||
- Basic types: Short Text, Long Text, Email, Phone, URL…
|
||||
- Custom UI pickers: Date, Checkbox, Single Select, Multi Select…
|
||||
- Uploaders: Image, File
|
||||
- Rich Editors: JSON, Code, Rich Text (HTML)
|
||||
- Data validation, default values, required fields
|
||||
- Action field: Clickable trigger for any Cloud Function
|
||||
- Derivative field: Populate a cell with value derived from your database,
|
||||
npm modules, api calls - called on field level triggers
|
||||
- Aggregate field: Populate cell with value aggregated from the row’s sub-table
|
||||
- Connect Table: Get snapshot of data from another data table using Algolia
|
||||
- Connect Service: Get data from any HTTP endpoint
|
||||
|
||||
### Collaborate with your team
|
||||
|
||||
@@ -74,14 +80,6 @@ You can find the full documentation with how-to guides
|
||||
- Built in user management
|
||||
- Customizable views for different user roles
|
||||
|
||||
### Supercharge your database with cloud functions
|
||||
|
||||
- Effortless build cloud functions right in the browser
|
||||
- Connect to your favourite tools: SendGrid, Algolia, Twilio, Bigquery and more
|
||||
- Integrations with external services
|
||||
- Connect Table uses Algolia to get a snapshot of another table’s row values
|
||||
- Connect Service uses any HTTP endpoint to get a cell value
|
||||
|
||||
## Install
|
||||
|
||||
Set up Rowy on your Google Cloud project with this one-click deploy button.
|
||||
|
||||
Reference in New Issue
Block a user