All Projects → polyfy → polylith

polyfy / polylith

Licence: EPL-1.0 License
A tool used to develop Polylith based architectures in Clojure.

Programming Languages

clojure
4091 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to polylith

aegis-host
This is the ÆGIS federated application host. Federated components are independently deployable, written by multiple teams in multiple languages, and loaded from multiple repos and network locations at runtime, yet capable of running together in a single process or as distributed components in the ÆGIS application fabric.
Stars: ✭ 197 (-28.62%)
Mutual labels:  polylith
usermanager-example
A little demo web app in Clojure, using Component, Ring, Compojure, Selmer (and a database)
Stars: ✭ 239 (-13.41%)
Mutual labels:  polylith

An open source tool used to develop Polylith based architectures in Clojure.


Welcome to the wonderful world of Polylith!

This tool is made by developers for developers with the goal to maximise productivity and increase the quality of the systems we write. It supports your build pipeline, but is not a build tool itself.

The Polylith concept can be implemented in any programming language, but this version of the Polylith tool targets Clojure which is a powerful and simple functional language for the JVM.

Polylith introduces the architectural concept of “service level building blocks”, which can be combined like LEGO bricks to build our services and systems. Polylith’s LEGO-like bricks are easy to reason about, test, refactor, and reuse. They allow us to work with all our code in one place for maximum productivity, using a single REPL

The bricks can easily be put together to form different kinds of deployable artifacts, like services, tools and libraries, in the same way we put together LEGO when we were kids! Not surprisingly, it's just as simple and fun!

To give you an idea of what that can look like, take a quick look at the bricks and libraries that we use to build the Polylith tool (which is itself a Polylith workspace, represented by the poly column in the first diagram):

To better understand the principles and ideas behind this tool, we recommend you first read the...


...high-level documentation.


...before you continue with the...


...poly tool documentation!


Enjoy the ride!

Contact

Feel free to contact me:
  Twitter: @jtengstrand
  Email: info[at]polyfy[dot]se

You can also get in touch with us on Slack.

License

Distributed under the Eclipse Public License 1.0, the same as Clojure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].