Skip to content
/ Autumn Public
forked from intuit/Autumn

Micro-services injectable infrastructure project. Autumn enables rapid development of mico-service applications.

License

Notifications You must be signed in to change notification settings

jwtodd/Autumn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autumn

master Build Status develop Build Status Coverage Status Apache 2

Project Autumn

####Why

Contemporary API services built to scale are largely comprised of a sizable amount of common concerns, examples being secure service endpoints, request integrity validation, application logic delegation, durable persistence, operational concerns such as auditing and logging, etc.

####What

Autumn is a collection of ready-to-use-as-is base implementations that solve the above thereby freeing up application concerns to focus on it’s principle value proposition. Autumn is used by a number of Intuit/IDEA initiatives, namely: ABTesting, ClickStream Ingress, etc.

Autumn can be viewed as the artifact of disciplined engineering rigor. Stabilizing the provided resources with concrete and readily consumable components yet readily enabling implementation to vary over time without requiring complete/large-scale application re-writes/overhauls thereby allowing applications organization wide to keep pace with current state offerings, innovate more rapidly via selective leverage, etc.

####How

Autumn is a contemporary collection of readily consumable state-of-the-art Java libraries that satisfies micro-service principle concerns, namely: protocols, observability, manageability, separation of concerns, injectability (IoC), component lifecycle management, and discreet testability.

Getting involved

The principles of Autumn can be summarized as both a strong leverage of dependency injection and consistently specified component lifecycle management, collectively allowing for significant higher-order application leverage while at the same time allowing for rapid incorporate of new internal service implementations.

Documentation improvements are always welcome, so please send patches our way.

Contributing

The master branch of this repository contains the latest stable release of Autumn, and snapshots are published to the develop branch. In general pull requests should be submitted against develop in the form of feature branch pull requests. See the Contributing to a Project article for more details about how to contribute.

Development

Environment

Build

Run

  • % java -cp ./modules/exemplary/target/autumn.exemplary-*-SNAPSHOT-development-all.jar com.intuit.data.autumn.exemplary.server.Main

Test

Java

  • % java -cp modules/exemplary/target/autumn.exemplary-20151113104424-SNAPSHOT-development-all.jar com.intuit.data.autumn.exemplary.client.PingClient

curl

Future Considerations

  • --tbd--

License

The code is published under the terms of the Apache License v2.0.

About

Micro-services injectable infrastructure project. Autumn enables rapid development of mico-service applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.3%
  • Shell 4.3%
  • JavaScript 1.4%