Sponsored Links

Rabu, 06 Desember 2017

Sponsored Links

Airtable review: A drop-dead easy relational database management ...
src: images.techhive.com

Airtable is a cloud collaboration service headquartered in San Francisco. It was founded in 2012 by Howie Liu, Andrew Ofstad, and Emmett Nicholas. It aims to improve productivity and organizing data.

Airtable is a spreadsheet-database hybrid i.e., the features of a database are applied to a spreadsheet. The fields in an Airtable table are similar to a cell of a spreadsheet, but have types check-boxes, phone numbers, and drop-down lists, and can reference file attachments like images.

Users can create a database, set up field types, add records, link tables, collaborate with a team, sort the records based on a field and publish views to external websites. When an Airtable database is created, it is automatically hosted to the cloud. The values in the fields are updated real time.


Video Airtable



Timeline

  • 2012: Airtable founded.
  • Feb 2015: Raised $3M from Caffeinated Capital, Freestyle Capital, Data Collective, CrunchFund.
  • April 2015: Airtable launches its API and embedded databases.
  • May 2015: Raised $7.6M funding from Charles River Ventures and Ashton Kutcher.
  • July 2015: Introduced Airtable Forms to collect and organize data.
  • August 2015: Airtable made "Add to Slack" option available to integrate Airtable with Slack.
  • December 2015: Airtable redesigned its iOS app.
  • December 2015: Airtable introduced barcode as new field type.

Maps Airtable



Basic components

Airtable has six basic components:

  1. Bases: All the information needed to create a project is contained in a Base. Bases can be built from existing templates provided by Airtable. In addition, they can also be built from scratch, from a spreadsheet or from an existing Base.
  2. Tables: A table is similar to an excel spreadsheet. A Base is a collection of tables.
  3. Views: Views are how we can see a table. Views can be saved for future purposes.
  4. Fields: Each entry in a Table is a field. They are not just restricted to hold text. Airtable currently offers 16 basic field types. These are: single-line texts, long text articles, file attachments, check-boxes, single select from drop-down list, multiple-selects from drop-down lists, date and time, phone numbers, email ids, URLs, numbers, currency, percentage, auto-number, formulae and barcodes.
  5. Records: Each row of a Table is a Record.
  6. Team: Team is a collection of Bases in Airtable.

For example, in the adjacent restaurant template which contains all the information we need to store about the restaurants. We can have a 'Restaurants' table to store the names of restaurants along with information about their addresses, ratings, menus, etc. We can have a view to show our favourite restaurants. Each record in the Restaurants table is kept for a particular restaurant. 'Rating' can be kept as a field, to help generate 'My favourite restaurants' view.


Airtable on Vimeo
src: i.vimeocdn.com


Key Features

Linking between tables

To avoid the need to form a single large table when there is related data in multiple tables, Airtables provides an option to link records of different tables. Airtable allows us to link existing tables of related records, create a new linked table and also to create multiple links between existing tables.

Collaboration

Airtable allows multiple users to work simultaneously on the same Base allowing more productivity at workplace. A new collaborator is added by clicking share button found at top of Base and providing the email ID of the collaborator. The owner can set the permission level of collaborator while sharing the Base. There are three permission levels in Airtable Base. They are:

Creator: Creator level lets the user have full access of the Base. The creator can manage collaborators and even can delete the Base.

Edit Only: Edit Only level lets the collaborator modify the records but cannot change the field type of the columns.

Read Only: By Read Only level permission, the user can only view the Base and its content but cannot add or change any record.

If multiple Bases are required then a Team is formed in Airtable. An Airtable Team can hold multiple Bases and collaborators of the Team can work on all the available Bases in the Team. There are four permission levels in Team, unlike for a Base which only has three. The extra permission level in Team is Owner, who has full access to Team Base.

Publishing views

Bases can be easily shared with public. One need not have an Airtable account to view the published Bases. These view only Bases shared in public are called Airtable views. These views can be embedded into one's own website and allows the website users see the real time information in Base, without needing them to have an Airtable account. One possible use-case is Airtable Form, which can be used to take a survey of a product. The feedback received from a customer can also be shown to public by sharing the Airtable View.

Airtable Forms

Airtable introduced Forms in July 2015. Forms could be used to collect data from others like co-workers, customers or the public. A Form can be easily created from an existing Base, and the data collected by the Form is automatically organized in the Airtable Base. Airtable allows user to organize the required fields in the Form. A separate link is created for every Airtable Form. This link can be shared with others to get the required data. An Airtable Form can also be embedded in a website, to get the feedback from the website users.

Airtable integration

Airtable's API can be used to connect to other web services by which information can be exchanged between external web applications and Airtable. Using Zapier platform, Airtable can be made to connect over 450 applications and websites. First the user should have an account with Zapier. Then API key of Airtable and API key of other web service is provided to Zapier account. For example, if you want to manage job postings using Airtable and Slack, both these apps should be registered in Zapier, and then Airtable is configured as a trigger app unlike Slack, which is configured as an action app. Suppose if we require that adding a job posting as a record in Airtable to create a posting in Slack, then a trigger in Zapier account is configured to detect an addition of record in Airtable and post the relevant job in Slack.

Example Airtable integrations

  • Tweets from Twitter can be automatically stored in Airtable records based on context of message.
  • Store attached files in an email to the records in an Airtable Base.
  • Manage job postings and applications using Airtable and Slack.
  • Get job notifications from LinkedIn status update to a record in an Airtable Base.

Snapshot

Airtable provides a greater sophistication to backup the data than just allow the users to undo/redo. Airtable periodically snapshots the Base. When a previous version of a Base is needed, the appropriate snapshot is selected by the user from the snapshots list. In addition, the user can manually snapshot a Base at any time.


Airtable on Twitter:
src: pbs.twimg.com


Mobile Access

Airtable introduced its version 2.0 iOS application on December 2015. This allows the users to work on the entire database creation just using their iPhone. Mobile access and API features from Airtable will enable enthusiast application developers to develop more mobile applications based on Airtable. A beta version of Airtable application for Android platform is available for public.


Airtable Tips and Tricks on Vimeo
src: i.vimeocdn.com


API

Airtable provides API to provide ability to users to build application solutions fitting their exact problems. A key which is present at overview section is necessary to use Airtable's API. The key should be kept secret. The API follows REST semantics, uses JSON to encode objects, and uses standard HTTP codes to signal operation outcomes.

Initially, the user has to create a Base in Airtable. Then, Airtable's API can be used to create, update, read or delete records. At present, Airtable's API does not allow users to create or modify the Base schema. These features will be made available in Airtable's Metadata API which is stated to be released soon.


Creating a Lookup Field in Airtable on Vimeo
src: i.vimeocdn.com


Security

Airtable uses 256 bit Advanced Encryption Standard (AES) to protect the data. It also uses 256-bit SSL/TLS encryption in data transportation.


Meet Airtable - YouTube
src: i.ytimg.com


Other competitors

The main competitors of Airtable are Google Docs, Microsoft Excel, Fieldbook and RowShare. Compared to its competitors, Airtable has advanced UI and a mobile version with good user experience. Microsoft Excel could be preferred if there are lots of computations and cell manipulations. Using simple spreadsheets would not be scalable, and could be difficult to collaborate and share.


Calculations in Airtable: the Formula Field on Vimeo
src: i.vimeocdn.com


See also

  • Cloud collaboration
  • Document collaboration
  • Google Docs
  • Microsoft Excel

Airtable plans รข€
src: support.airtable.com


References

Source of the article : Wikipedia

Comments
0 Comments