Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microservices with Clojure

You're reading from  Microservices with Clojure

Product type Book
Published in Jan 2018
Publisher Packt
ISBN-13 9781788622240
Pages 336 pages
Edition 1st Edition
Languages
Author (1):
Anuj Kumar Anuj Kumar
Profile icon Anuj Kumar
Toc

Table of Contents (18) Chapters close

Title Page
Dedication
Packt Upsell
Contributors
Preface
1. Monolithic Versus Microservices 2. Microservices Architecture 3. Microservices for Helping Hands Application 4. Development Environment 5. REST APIs for Microservices 6. Introduction to Pedestal 7. Achieving Immutability with Datomic 8. Building Microservices for Helping Hands 9. Configuring Microservices 10. Event-Driven Patterns for Microservices 11. Deploying and Monitoring Secured Microservices 1. Other Books You May Enjoy Index

Using Datomic


Datomic can be downloaded freely from its Get Datomic (http://www.datomic.com/get-datomic.html) website. To start with Datomic, download the Datomic free edition that includes a memory database and embedded Datalog query engine. The free edition is also limited to two simultaneous peers and embedded storage that should be good enough to try out Datomic features and work with its data model.

Getting started with Datomic

To set up Datomic, download and extract the free edition's datomic-free-x.x.xxxx.xx.zip file. The free version of Datomic does not require any license key. For other versions, registration is mandatory to obtain a license key which must be added to transactor properties for Datomic to work. Datomic distribution contains two JARs, datomic-free-x.x.xxxx.xx.jar and datomic-transactor-free-x.x.xxxx.xx.jar. The datomic-free JAR file contains a peer library and datomic-transactor contains the implementation of the transactor. The distribution also contains a bin folder...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime