perun 2017-01-27

yeah I love stuff like that. Airtable’s API usable from public places would be so cool

just started using Airtable myself. Looks so cool. Started thinking that it’s interesting exercise to develop something like airtable using datascript and/or datomic

@podviaznikov I've been thinking that as well

airtable based on datomic is totally doable

a word of caution: airtable is not fit for largish data sets (think >10.000 rows)

that is interesting, do you know why is that? I don’t have a use case for 10K rows, but still curios why they are not fit

airtable just breaks after a certain limit

i.e. their servers crash

from what I heard they use a proprietary (home-built?) experimental database in the background

that may be the cause of the instability, I don't know

just experienced my first airtable problem. Me and my teammate edited the same sheet but different rows and columsn and got conflict error. Don’t know how common is that

we didn't experience too many conflict errors afaik