Airtable is a fantastic product. We use it religiously. For those that may be interested, one of Lambda School's students has been building out an ORM for Airtable to abstract away some aspects of the API. https://lambda-school-labs.github.io/Airtable-ORM/
Do you know what documentation tool this uses to handle the layout? It looks awesome.
Airtable gets $52M in funding
41–50 of 199 posts
Re: Airtable gets $52M in funding
#42Re: Airtable gets $52M in funding
#43I like airtable, but the per-base row limits (50,000 before you reach "contact us for pricing") are too small for many of the things I'd like to use it for. And there's something a bit odd in their pricing model, isn't there? The plus tier is $10 per user per month with a limit of 5,000 records per base; the pro tier is $20 per user per month, with a limit of 50,000 records per base. Suppose I want to use it to repla…
if they are comparing Airtable with Spreadsheet, why there is a constraint on # of records unlike spreadsheet(although Excel sheets are limited to 1.048m or so records per sheet but that's plenty I think to work with)? They do have another constraint for free account allowing only 2GB storage but then that alone should be enough and they should just allow adding as many rows as one can until one gets maxed out with t…
Re: Airtable gets $52M in funding
#44I don't know man, I might not be the target audience (MD of a software company) but I just don't get this. It seems only slightly more useful than say a Google spreadsheet on a platform that yes might have blocks and templates but I didn't see anything there that made me want to switch away from Google Spreadsheets, Trello and a couple of other systems I use to run my 20 person £1mm turnover business. I'll keep it in…
Spolsky's discussion of Excel is probably the best way to understand Airtable: https://www.joelonsoftware.com/2012/01/06/how-trello-is-diff... > Over the next two weeks we visited dozens of Excel customers, and did not see anyone using Excel to actually perform what you would call “calculations.” Almost all of them were using Excel because it was a convenient way to create a table. > What was I talking about? Oh yeah…
Re: Airtable gets $52M in funding
#45Glad to see this company get more funding. Last year I ported all of our companys excel and access files over to airtable. Currently tweaking with their API to work with a MS-SQL database using amazon Lambda and RDS at the moment. Their API documentation is fantastic, some of the best I've seen as well. They even have some of the best case studies for workflow management as well, posted on their blog, for setting up…
So if you're going to be putting them in a db, why did you 'port' them to airtable? Wouldn't it be cheaper to store the files on s3 and insert in the db when you get your schema and everything solidified?
Airtable uses s3 to manage the file upload assets (I think). I like using Airtable over a traditional RDBMS since its extremely user friendly and easy to update your db schema. I don't have to memorize anything on the backend (E.g. with MS-SQL, it was always in an uphill battle working with sql-server management studio, figuring out what settings I need to tweaked, etc). Airtable's GUI is super intuitive if your familiar with excel / MS-access. It took me a few days to learn and figure out airtable, MS-Access took me about 3 months+.
Re: Airtable gets $52M in funding
#46Earlier quoted context omitted.
How so? Raising Series B/C usually prices companies out of smaller M&A deals. I would take it as a signal they're in it for the long haul.
Unless airtable becomes its own thing worth a multiple of 50M $... they’ll prob need to sell. It just doesn’t seem like an IPOable business to me.
Re: Airtable gets $52M in funding
#47I don't know man, I might not be the target audience (MD of a software company) but I just don't get this. It seems only slightly more useful than say a Google spreadsheet on a platform that yes might have blocks and templates but I didn't see anything there that made me want to switch away from Google Spreadsheets, Trello and a couple of other systems I use to run my 20 person £1mm turnover business. I'll keep it in…
Re: Airtable gets $52M in funding
#48Re: Airtable gets $52M in funding
#49I like airtable, but the per-base row limits (50,000 before you reach "contact us for pricing") are too small for many of the things I'd like to use it for. And there's something a bit odd in their pricing model, isn't there? The plus tier is $10 per user per month with a limit of 5,000 records per base; the pro tier is $20 per user per month, with a limit of 50,000 records per base. Suppose I want to use it to repla…
I was wondering about this too but I _assumed_ the users compounded the limit versus divide it. Does anyone know for sure how the limits work with multiple users?
If your base has 5,001 records, only users with a $20/month plan can edit that base.
Everyone in your company to my understanding has to have the same plan though. So, you can't have one staff member at a $10/month plan, and another at $20/month plan.
Re: Airtable gets $52M in funding
#50Glad to see this company get more funding. Last year I ported all of our companys excel and access files over to airtable. Currently tweaking with their API to work with a MS-SQL database using amazon Lambda and RDS at the moment. Their API documentation is fantastic, some of the best I've seen as well. They even have some of the best case studies for workflow management as well, posted on their blog, for setting up…
Can I ask what actual business functions these spreadsheets are for?