-
Notifications
You must be signed in to change notification settings - Fork 17
Datomic Ions
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.
- 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
- Ions Architecture
- Dev Experience
- Exposing Datomic functions via AWS Lambda
- Implementing web services via AWS API Gateway