-
Notifications
You must be signed in to change notification settings - Fork 17
Datomic Ions
Stuart Halloway edited this page Aug 21, 2018
·
7 revisions
- Video and Slides from the Jun 2018 TriClojure presentation
Ions are a complete solution for Clojure and Datomic applications running on Amazon Web Services. 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.
You can get started with Ions and with Datomic Cloud on the AWS Marketplace.
- 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