Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-stuttaford/did-datomic-free
https://github.com/robert-stuttaford/did-datomic-free
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robert-stuttaford/did-datomic-free
- Owner: robert-stuttaford
- License: epl-1.0
- Created: 2014-08-31T12:12:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T13:23:41.000Z (over 10 years ago)
- Last Synced: 2024-12-15T21:42:21.392Z (about 1 month ago)
- Language: Clojure
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dive into Datomic: getting started Leiningen template
A basic template for working with Datomic Free. Includes logging configuration.
## Usage
To start using Datomic, download Datomic Free from [https://my.datomic.com/downloads/free](https://my.datomic.com/downloads/free), unzip it, and start the transactor process:
```
cd datomic-free-0.9.4894
bin/transactor config/samples/free-transactor-template.properties
```Then, to use this template to create a new project:
```
lein new did-datomic-free did-sandbox
cd did-sandbox
```Then start up a repl:
```
lein repl
```## License
Copyright © 2014 Robert Stuttaford
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.