Live data from Hacker News

Show HN: Okdb – OT Simplified

okdb.io

1–10 of 10 posts

Re: Show HN: Okdb – OT Simplified

#3
Looks like Operational Transformation is getting popular on HN lately, I have a question on another topic though - wondering how would you connect such systems to an existing infrastructure and especially authentication, to enforce user permissions/roles, etc.

Re: Show HN: Okdb – OT Simplified

#4
post #3

Looks like Operational Transformation is getting popular on HN lately, I have a question on another topic though - wondering how would you connect such systems to an existing infrastructure and especially authentication, to enforce user permissions/roles, etc.

Yes, I hope that realtime apps will be our future :)

Regarding integration - okdb provides hooks, so that you can implement custom authentication/verification, e.g. verify JWT token. For details, have a look at the docs here - https://okdb.io/p/docs/api/server#s5.1

Happy to answer any other questions

Re: Show HN: Okdb – OT Simplified

#10

Why did you choose to use Postgres firsthand as opposed to other SQL/NoSQL solutions?

Postgres has advanced dramatically in last years and is mostly a default choice in our consulting projects. Take, for example native support for row-level security - https://www.postgresql.org/docs/9.5/ddl-rowsecurity.html

However, we are going to support other databases like Mongo and MySQL.