Live data from Hacker News

Airtable gets $52M in funding

businessinsider.com

41–50 of 199 posts

Re: Airtable gets $52M in funding

#41

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.

It's Slate https://github.com/lord/slate, which could use some updated docs, but it looks good

Re: Airtable gets $52M in funding

#43
post #20

I 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…

My guess is that it's mostly a technical limitation (and that the reason why services of this sort haven't taken over the world is that everyone else runs into a similar limitation).

Re: Airtable gets $52M in funding

#44
post #40

I 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…

Yes, people use excel to create databases without having to fuss about data-types and referential integrity (and without knowing they would even have to fuss about them).

Re: Airtable gets $52M in funding

#45

Glad 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?

sorry I didn't mean "port" literally, I meant it as a slang term. I meant "move everything over".

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

#46
post #22

Earlier 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.

I dont know, I rely on Excel for everything in my day to day work, and it is so flexible and terrible at the same time, I would gladly pay for a different tool that makes me look 2x smarter. The whole corporate world that insists on doing something 'in Excel' is a ripe market for such an IPOable business

Re: Airtable gets $52M in funding

#47

I 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…

It's a lot more user-friendly than Google Sheets, what with the various input methods and the easy 'views' that hide/show/whatever the underlying raw information. Plus, it's really easy to link tables to each other. I might not have looked well enough, but I don't think GSheets can do that without some scripting involved.

Re: Airtable gets $52M in funding

#49
post #20

I 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?

Bases are essentially full databases. You can have as many bases as you want. You can share your base (e.g. view only, not edit) to anybody [nonpaying users, nonlogged on users, etc]

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

#50
post #25

Glad 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?

I find it useful for tracking people who attend music camps I run, whatever they have chosen, paid for, dietary issues etc. It’s very friendly for setting up things like Booleans, formulas, different types of data, without having to know much. It’s easy to use and easy to share with others. It’s not perfect. But it’s nice.
Post reply on HN