Live data from Hacker News

Notion API – public beta

developers.notion.so

131–140 of 262 posts

Re: Notion API – public beta

#131

And the Zapier integration is launched, too! https://zapier.com/apps/notion/integrations It has the same basic trigger (new item), actions (create/update item), and search (find item) as every other CRM integration. It is missing a trigger for item getting updated - still excited to see how folks are using it though.

CMS* though I am guessing it is being used as a CRM, too.

Re: Notion API – public beta

#132
post #128

Earlier quoted context omitted.

> it's exclusively an enterprise feature Are you suggesting privacy and data ownership concerns are only limited to enterprises?

I think it suggests that the support and SLA costs are higher in these situations. These factors make sense to me. Note that Gitlab believes the opposite so on prem is also free.

The support costs are a solvable problem. The challenge is architecting your stack to accommodate external storage, and delivering a usable experience to your users when they connect their resources.

It would be nice if AWS could deliver a smooth OAuth experience so that in a few clicks, a user could provision an S3 bucket and share it with a service provider as easily as they can grant access to a GitHub repository.

Re: Notion API – public beta

#133

Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…

This is the reason I use Obsidian. https://obsidian.md/ All of your data is locally stored markdown text files with no lock in. All of the amazing benefits of linked note taking without the downsides.

I've also recently migrated to Obsidian and it's been fantastic.

Re: Notion API – public beta

#134

Earlier quoted context omitted.

You might want to take a look at AthensResearch (free, self-hosted RoamResearch clone).

Oh I have. Problem is Notion is most popular with the least technical people on our team. Migrating would be a hard sell.

This might be an interesting alternative: https://github.com/QingWei-Li/notea.

Open source Notion clone that you can host locally.

Re: Notion API – public beta

#135
post #25

Earlier quoted context omitted.

You can update the properties of a page in a database using a PATCH request to v1/pages, details here: https://developers.notion.com/reference/patch-page (I work at Notion, but not on the API team)

Yeah, I found that later. Still seems odd there isn't a direct API for it.

Is this not the direct API? Databases are just a bag of pages that have the same properties. I would kinda expect that updating a record would just be a page operation.

Re: Notion API – public beta

#136

Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…

This is the reason I use Obsidian. https://obsidian.md/ All of your data is locally stored markdown text files with no lock in. All of the amazing benefits of linked note taking without the downsides.

I personally like Joplin[0] the best - it can sync via Dropbox or any other host of options.

[0] https://joplinapp.org

Re: Notion API – public beta

#137
post #64

Earlier quoted context omitted.

Yup, that’s how they present it, though in reality it’s pretty clunky as a project management tool, and you’d almost always be better off using a purpose-built solution. Notion makes a decent tool for a personal/organizational wiki but it’s too slow/unresponsive/janky to use for many other purposes IMO. I’ve been using it for a couple years and I used to hold out hope that the performance could be optimized, but at t…

Your comments reflect my almost two-year experience with the paid version of Notion. I found it very difficult to figure out how to use the tools beyond very narrow use-cases they provided in examples. And I found the docs were almost useless in explaining the overarching design. As a result, despite a lot of time spent, I kept bumping into unexpected limitations or design corners with no way out other than to scrap…

I had a similar experience. The slowness of Notion to me. I now use Obsidian which has tons of nice shortcuts and is snappy, even as it's what I believe is an Electron app.

Re: Notion API – public beta

#138
post #49

How good is Notion? Is the lock-in worth it? I'm fearful of lock-in, and just use markdown plain text, sync'd with dropbox, and then use different markdown apps on different OSes.

I've actively searched for years to find a system to dump my brain into and Notion is the absolutely perfect fit for me. The fact that everything is a page, anything can go into a page, and you can nest forever on the fly is exactly what I need to model my actual IRL problems.

Putting together a Christmas list? Create a list and start adding stuff. Ahh crap, I know I want a new TV but I don't know any specifics. So I just open up the TV item in the list and dive into my research. Create a database inside there for prospective options, a separate view for finalists. Copy in images, links to articles and reviews without "losing my place."

I don't have to spend any mental energy thinking about how to organize my notes because I can just pick a direction and go without being stopped by anything. Everything lives where it's most relevant I guess it how I'd say it.

Re: Notion API – public beta

#140

Big fan of notion. Not a fan of the data lock-in or haphazard security. For tools like this, SaaS will almost always beat open source just by virtue of elbow grease and a product direction. So I’m willing to forego the open source alternatives. But I really wish Notion gave me more options for how to host my data. AFAICT they offer no “dedicated storage” or “on premise” plan, even if you want to pay for it. In fact I…

Even pretty established players like Asana don't offer on prem. Curious what you'd be willing to pay for this, as it's exclusively an enterprise feature. My guess is an absolute minimum of $50k/year contract value, or 250-350 users at an enterprise per-seat price (just guessing). Aside from going fully on prem, the idea of strictly dedicated storage is interesting -- like "bring your own S3 bucket" simplicity. I don'…

Even if the offer is appealing, this is unlikely to happen. Confluence who used to offer it, has stopped and soon everyone would need to use the cloud version. The thing is that for a collaborative tool like Notion (and others) being Saas, and in the cloud is kind of mandatory. As you need your tool to integrate with other services and thus, can't be static.

The only possibility left is "dedicated storage". That works for static ressources. But the `page` content itself is dynamic and changes often, so you will need more than "bring your own S3" and something like "bring your rds" but that starts to be pretty complicated. Quip though still offer on prem AFAIK.

At the end of the day, the issue with collaborative tools, is that you can't e2e encrypt easily, and almost impossible if you offer full text search. The best solution is to trust your provider for data security. And use maybe some daily backups in your own network.

Post reply on HN