intershop-rpc
v0.5.1
Published
An RPC server for InterShop and NodeJS: Call JavaScript methods from PostgreSQL functions
Downloads
6
Readme
InterShop RPC
Table of Contents generated with DocToc
A NodeJS RPC server for InterShop.
To Do
- [ ] Documentation.
- [ ] transition from old implementation in InterShop:
- [x] check code completeness
- [x] remove prv
- [ ] rewrite code that uses prev model
- [ ] reflect on how to deal w/
log()
functionality - [ ] cleanup code, esp. wrt. implicit meta-methods in
$do_rpc()
- [ ] rename/rewrite methods to adapt to XEmitter API conventions, i.e. use
listen_to()
,contract()
andemit()
,delegate()
etc; - [ ] should provide a (partial) implementation of Datom
(ex. a SQL method
new_datom()
should look similar todatom.new_datom()
, result in JsonB) - [ ] equivalent to Datom's
select()
should use Postgres 12's new JSON Path functionality