https://github.com/finos/waltz
Enterprise Information Service
https://github.com/finos/waltz
angularjs architecture data-lineage enterprise-architecture enterprise-information enterprise-software enterprise-tools jooq liquibase sparkjava
Last synced: 3 months ago
JSON representation
Enterprise Information Service
- Host: GitHub
- URL: https://github.com/finos/waltz
- Owner: finos
- License: apache-2.0
- Created: 2015-12-06T17:26:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-20T12:02:15.000Z (4 months ago)
- Last Synced: 2026-01-20T21:05:59.520Z (4 months ago)
- Topics: angularjs, architecture, data-lineage, enterprise-architecture, enterprise-information, enterprise-software, enterprise-tools, jooq, liquibase, sparkjava
- Language: Java
- Homepage: https://waltz.finos.org
- Size: 57.7 MB
- Stars: 216
- Watchers: 15
- Forks: 140
- Open Issues: 384
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.spdx
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE.md
Awesome Lists containing this project
README
# Waltz
In a nutshell Waltz allows you to visualize and define your organisation's technology landscape. Think of it like a structured Wiki for your architecture.
Learn more
- [Features](docs/features/README.md)
- [Product Site](https://waltz.finos.org/)
- [Blog](https://waltz.finos.org/blog/)
- [FINOS Announcement](https://www.finos.org/blog/introduction-to-finos-waltz)
- now part of the [Linux Foundation](https://www.linuxfoundation.org/blog/2020/04/finos-joins-the-linux-foundation/)
Getting started
- [Building](docs/development/build.md)
- [Running](waltz-web/README.md)
- [Docker](docker/README.md)
---
[](https://demo.waltz.finos.org/)
[](https://github.com/finos/waltz/actions)
[](https://github.com/finos/waltz/releases)
[](https://finosfoundation.atlassian.net/wiki/display/FINOS/Active)
## Corporate Contributors
| Org | | Notes |
|-------------------------------------------------------------------------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
|  | Deutsche Bank | [press release](https://www.db.com/news/detail/20180207-deutsche-bank-takes-next-step-in-open-source-journey) |
|  | NatWest Markets | [press release](https://www.nwm.com/about-us/media/articles/natwest-markets-to-expand-open-source-coding) |
|  | HMx Labs | [press release](https://cloudhpc.news/hmx-labs-waltz/) |
## Technology Stack
### Server
- Java 8
- Embedded Jetty or WAR file (tested on Tomcat 7/8)
- Spark framework
- JDBC via JOOQ
See [pom.xml](https://github.com/finos/waltz/blob/master/pom.xml) for a full list of Java dependencies.
### Supported Databases
- Postgres
- Microsoft SQL Server (2017+)
- requires [JOOQ Pro license](https://www.jooq.org/download/) to build from source
### Client
- Browser based
- Chrome, Safari, Firefox, Edge
- AngularJS 1.7
- Svelte
- Bootstrap 3
- D3
See [package.json](https://github.com/finos/waltz/blob/master/waltz-ng/package.json) for full list of javascript
dependencies.
## Roadmap / Releases
Checkout [the project milestones](https://github.com/finos/waltz/milestones) and browse through the Todo, work in
progress and done issues.
**Provisional** dates for upcoming releases:
| Release | Date | Provisional Change Summary |
|---------|--------------|--------------------------------------------|
| 1.71 | 06 June 2025 | Data Type support in Assessment Definition |
| 1.72 | July 2025 | Provisional |
See the [releases](https://github.com/finos/waltz/releases) page for historic versions.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Read our [contribution guidelines](CONTRIBUTING.md)
and [Community Code of Conduct](https://www.finos.org/code-of-conduct)
4. Commit your changes (`git commit -am 'Add some fooBar'`)
5. Push to the branch (`git push origin feature/fooBar`)
6. Create a new Pull Request
_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@finos.org](mailto:help@finos.org)*
## Contributors
All contributions should contain the standard license and copyright notice (see [Notice file](NOTICE.md)).
Individual and organisational contributors are listed in [the contributors file](CONTRIBUTORS.md)
## License
Copyright (C) 2024 Waltz open source project
Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0)
## Security Reporting
Please refer to the Waltz [Security Policy](SECURITY.md) page.