赞
踩
airtable教程
Airtable is an amazing tool.
Airtable是一个了不起的工具。
It’s a mix between a spreadsheet and a database.
它是电子表格和数据库之间的混合体。
As a developer you get to create a database with a very nice to use interface, with the ease of use and editing of a spreadsheet, and you can easily update your records even from a mobile app.
作为开发人员,您可以使用一个非常易于使用的界面来创建数据库,并且易于使用和编辑电子表格,甚至可以从移动应用程序轻松地更新记录。
Airtable is much more than a glorified spreadsheet, however. It is a perfect tool for a developer looking to prototype or create an MVP of an application.
但是,Airtable不仅仅是一个荣耀的电子表格。 对于寻求原型或创建应用程序MVP的开发人员来说,这是一个完美的工具。
An MVP, or Minimum Viable Product, is one initial version of an application or product.
MVP或最低可行产品是应用程序或产品的一个初始版本。
Most products fail not because of technical limitations or because “the stack did not scale”. They fail because either there is no need for them, or the maker does not have a clear way to market the product.
大多数产品之所以失败,并不是因为技术限制或“堆栈无法扩展”。 他们之所以失败,是因为要么没有必要,要么制造商没有明确的产品营销方式。
Creating an MVP minimizes the risks of spending months trying to build the perfect app, and then realizing no one wants it.
创建MVP可以最大程度地减少花数月时间尝试构建完美应用程序,然后没人意识到的风险。
Airtable has an absolutely nice API to work with, which makes it easy to interface with your Airtable database programmatically.
Airtable具有绝对不错的API,可以轻松地以编程方式与Airtable数据库进行接口。
This is what makes it 10x superior to a standard spreadsheet, when it comes to data handling AND making it easy to authenticate.
这使得它在数据处理和易于认证方面比标准电子表格高出十倍。
The API has a limit of 5 requests per second, which is not high, but still reasonable to work with for most scenarios.
该API每秒有5个请求的限制,这个请求虽然不高,但是对于大多数情况来说仍然可以使用。
Here is the Airtable API documentation: https://airtable.com/api.
这是Airtable API文档: https ://airtable.com/api。
As developers we spend a lot of time reading through docs and trying to figure out how things work.
作为开发人员,我们花费大量时间阅读文档并试图弄清事情的运作方式。
An API is tricky because you need to interact with a service, and you wan
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。