Skip to content
Stuart Halloway edited this page Jun 8, 2018 · 7 revisions

Ions let you develop applications for the cloud by deploying your code to a running Datomic Cloud compute group. You can focus on your application logic, writing ordinary Clojure functions, and the ion tooling and infrastructure handles the deployment and execution details. You can leverage your code both inside Datomic transactions and queries, and from the world at large via built-in support for AWS Lambda.

Benefits Of Ions

  • Focus on your application
  • Leverage your Datomic Cloud cluster compute resources and data locality
  • Extend Datomic transactions and queries with your own logic
  • Connect to the broader AWS cloud via Lambda events
  • Service web consumers with API Gateway
  • Scale Datomic and your app together
  • Deliver on AWS with high agility

In This Talk

  • Ions Architecture
  • Dev Experience
  • Exposing Datomic functions via AWS Lambda
  • Implementing web services via AWS API Gateway
Clone this wiki locally