Sharing is Caring 📦👏🏼 an open access (soon: open source) #Airtable base to copy & enjoy with neighbours, company, or municipality #peertopeer #sharing #wetzikon #hackathon https://airtable.com/appinJPyfuS2iTMvN/shrER8WOk5a8kcgFo/tblZsLw0xl7XV0mhY/viws4qFVLvgZ0Vl9g
#airtable #peertopeer #sharing #wetzikon #hackathon
🚮 Что-то после Nextcloud Tables, Baserow, APITable, NocoDB и других альтернатив #AirTable у меня формируется острое желание всё это выбросить и использовать непосредственно #PostgreSQL, уведомления делать через его триггеры и LISTEN/NOTIFY[1] (которые NodeRED неплохо умеет слушать[2]), а данные в нём редактировать любым или многими из десятков (если не сотен!) инструментов.
Бонус: NOTIFY в транзакциях дожидается коммита, так что можно пытаться вносить изменения "оптимистично" и БД о них сообщит только если их реально удалось произвести (они вписались в текущие схему и данные, клиент подтвердил транзакцию коммитом и в процессе этого ничего не пошло не так).
Голый постгрес мне даёт гибкость системы для дальнейших изменений, некоторой машинностью интерфейсов меня не напугать, а в масштабе данных о конкретном домохозяйстве опасений о его производительности нет вообще.
[1]: https://www.postgresql.org/docs/current/sql-notify.html
[2]: https://flows.nodered.org/node/node-red-contrib-postgres-listen
#airtable #postgresql #selfhosting
#Airtable is so good for project management! Wish I used it before
Airtable.com 💯✅️
#Airtable (https://airtable.com): the best database I've used thus far. Native app, but as sometimes happens, the web app is a bit more useful. I currently use it for project support and a bit of personal inventory.
@joe_no_body it's dope, I'm also using it for things like categorizing per-contractor pages, book tracking, etc. essentially the kinds of things I used to do in #Airtable. yea it's slightly more work than the latter, but I get all the usual benefits of "it's data in obsidian" (local, text, etc).
I'm even able to make reusable snippets by loading a .js file (dataviewjs inside it) that references the "current page" syntax. hey presto, a one-liner on each page to get a customized list of whatever.
Just don't ask about my current #Airtable spreadsheet. It is going to need some cleaning once I'm done with this phase :D
Stayed up very late last night continuing work on my development branch of the {rairtable} package https://github.com/elipousson/rairtable/tree/dev
It is honestly going to be so sweet when I get this merged back and up on CRAN. The packages is nearing full coverage of the non-Enterprise API and is IMHO so easy to work with. #RStats #Airtable
Airtable is very useful software that can be used for many things such as organizing collections of intormation, etc. You can use it to present info in different ways that appear like a Pinterest pinboard, an EXCEL spreadsheet, etc. with clickable weblinks. The weblink below is an example of resources for evolutionary medicine. It would be wonderful if someone used Airtable to make a resource collection for ham radio?
#knowledgebase #airtable #hamradio
I made an #airtable database where I plan to have others contribute their #iphone #apps that they use most often. To see what others have put, and to contribute, here's the Airtable database interface:
https://airtable.com/appMZaQsRFctbSiEm/pag88czm7I5UjGVFE
Made a major, major breakthrough with #Airtable today, and I think it’s finally clicking for the rest of the team how powerful this tool is. 🤓 Now how do I make Airtable my full-time job… 😝
Explore alternatives to popular #sales platforms like #Salesforce, which requires additional fees and customization.
#Airtable and #Clay offer user-friendly databases with integrations, while #HubSpot offers similar functionalities at a friendlier price.
Chat-based #AI empowers users for tasks without requiring admins or developers.
Embrace new technologies and possibilities with Airtable and HubSpot's flexibility and #DataControl.
#sales #salesforce #airtable #clay #hubspot #ai #datacontrol
Long shot but: Has anyone collected data in Airtable and then ingested into Omeka S?
We will be experimenting with this soonish and I am curious what scripts look like if other people have made them. Debating going from Airtable API -> CSV -> Omeka S import or trying to post directly to the Omeka S API item by item
Took a few late nights but I’ve got a pull request started! https://github.com/matthewjrogers/rairtable/pull/14
Really looking forward to using {rairtable} to build out some more tightly integrated #rstats + #airtable workflows.
I’ve been spending hours every day for a few days now madly refactoring the rairtable package to work with {httr2} and I’ve been making great progress https://github.com/elipousson/rairtable/tree/dev
I hope my soon to be shared pull request is well received because I think this is going to be a kick ass package for folks who use both Airtable and R. #rstats #airtable
📣 Ôyez ! Ma bien-aimée étant en déplacement, la marmaille étant repue et couchée, et ma caboche fourmillant d'idées, je me dis que je ferais bien un petit live coding vers 21h00 (p-ê 21h30, le temps que je re-setup tout sur ma nouvelle machine).
Projet : une appli qui affiche quotidiennement un message dans #Slack issu d'une base #Airtable ou #Notion (je ne me suis pas encore décidé) grâce à #n8n.
Je n'ai aucune idée du temps qu'il faut. On verra 🤷♂️
PS : ou bien #GodOfWarRagnarok
#slack #airtable #notion #n8n #GodOfWarRagnarok
I did it! I just published my first open-source project to Github: https://github.com/codybrom/greenbubble
It's a #PHP script that reads incoming #Twilio webhooks, finds matching keywords in an #Airtable base, then replies with prewritten responses. It also sends a copy to a Slack channel for a gamemaster to monitor. It’s just a toy, but it's core to another experience I'm working on. I've already rebuilt this for #NextJS but felt like I should still publish this as is because it works and I’m proud of it.
#nextjs #airtable #twilio #PHP