I'm very pleased to announce the availability of Vase 
<https://github.com/cognitect-labs/vase> - a library for writing 
declarative, data-driven microservices.
With Vase, HTTP services can be created within minutes, complete with 
database integration and data validation.

I first described Vase over two years ago at Clojure/Conj 2014 
<https://www.youtube.com/watch?v=BNkYYYyfF48>.  Since then, Vase has proven 
to be a valuable tool as we continually developed it.
Vase should be considered beta technology - It has been used on real-world 
projects.  Each new project teaches us something more about what Vase can 
do. We're continuing to improve its utility and usability. You may find 
some rough edges here and there -- when you do, raise an issue so we can 
make it better.

Full details can be found in the blog post <http://bit.ly/2jqHeV6>.

Stable versions are currently deployed to the Clojars repository.


Leiningen <https://github.com/technomancy/leiningen> dependency information:

 [com.cognitect/vase  "0.9.0"]


<http://maven.apache.org/>

Maven <http://maven.apache.org/> dependency information:

<dependency>
  <groupId>com.cognitect</groupId>
  <artifactId>vase</artifactId>
  <version>0.9.0</version>
</dependency>

*Getting Started:*
Details for getting started with Vase 
<https://github.com/cognitect-labs/vase#getting-started> can be found on the 
project’s GitHub page.
The project has a Leiningen/Boot template: lein new vase my-service


To help you get going, see the "Todo" sample application 
<https://github.com/cognitect-labs/vase/tree/master/samples/omnext-todo>.
- - - - - - 

Thanks to everyone who helped make Vase what it is today and watch for upcoming 
enhancements!

Cheers,
Paul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to