23 ms·
Show HN: Okdb – OT Simplified
- alexzender 6y agoHi HN, I'm the author of okdb - wrote it to make it easier to create collaborative apps.
- bsergio 6y agoLooks 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.
- alexzender 6y agoYes, 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 https://okdb.io/p/docs/api/server#s5.1 Happy to answer any other questions
- jdc 6y agohttps://okdb.io/p/pricing https://okdb.io/p/pricing says there's a BSD licensed community edition. Anyone know where the source code is hosted?
- alexzender 6y agoWe haven't published the sources yet, it will appear on https://github.com/okdb-io https://github.com/okdb-io soon.
- zyang 6y agosharedb + postgres?
- alexzender 6y agoyes, we forked and customized sharedb under the hood, more databases and out-of-the-box functions for collaboration are in progress.
- markvitals 6y agoWhy did you choose to use Postgres firsthand as opposed to other SQL/NoSQL solutions?
- alexzender 6y agoPostgres 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 https://www.postgresql.org/docs/9.5/ddl-rowsecurity.html However, we are going to support other databases like Mongo and MySQL.