15

Click here to load reader

Espresso advanced

Embed Size (px)

DESCRIPTION

Espresso Logic builds and runs RESTful servers for SQL databases, with advanced support for security at the row/column level, and business logic by JavaScript events and Reactive Programming.

Citation preview

Page 1: Espresso advanced

Advanced Espresso Logic

Addressing Complexity

Page 2: Espresso advanced

Typical Use Cases

• Retrieval

– Row Events – computed attributes, filtering

– Power SQL – power when you need it

– JavaScript Resources – invoke Web Service

– Request Events – audit, pre-create data

• Update

– Basic REST

• Audit

• Bill Of Materials

• Allocation

– Advanced Rest

• Clone

• Give Raise(aPercent)

Just showing simplicity of solution…

Details: http://docs.espressologic.com/docs/tutorial

Page 3: Espresso advanced

Row Events

• Add Derived Attributes

• Row Filtering

Page 4: Espresso advanced

Power SQL

• Full Power of SQL

• URL Parameters

Page 5: Espresso advanced

JavaScript Resources

• Compute response in JavaScript

• E.g., invoke RESTful service (integrate corporate data)

Page 6: Espresso advanced

Request Events - TBD

• Audit Requests

Page 7: Espresso advanced

Audit

• Server-side Java Script

• Row is Domain Object (order)

• Reuse Library

Page 8: Espresso advanced

Bill of Materials – Price Rollup

• 4 Rules to Recompute kit price when component price changes

Page 9: Espresso advanced

Bill of Materials – Kit Explosion

• 4 Rules to order all components of a kit, recursively

Page 10: Espresso advanced

Bill of Materials – Kit Explosion (2)

• Reusable set copy

Page 11: Espresso advanced

Allocate Payment to Orders

• Reusable rule extension

Page 12: Espresso advanced

Allocate Payment to Orders (2)

• Reusable rule extension

• Recipient orders

• Creating

Page 13: Espresso advanced

Allocate Payment to Orders (2)

• Reusable rule extension

• Recipient orders

• Creating

Page 14: Espresso advanced

Clone - TBD

• Deep Copy

Page 15: Espresso advanced

Give Raise - TBD

• Rest arguments