Atlan Release Notes Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Assets
  • Glossary
  • Insights
  • Workflows
  • Governance
  • Admin & Integrations
  • Reporting Center
  • Developers
  • Fix
  • Improvement
  • New

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
DevelopersNew
a year ago

Get started with the Java SDK v1.0

🎉 What's new

This one's for our Java developers — announcing the initial release of our Java SDK! The Java SDK allows you to integrate with and automate actions in Atlan using all the features you know and love in your favorite IDE — type-ahead coding support, debugging, dependency management, version control, and so on.

✨ Let's dig deeper

Our SDKs abstract the need for you to understand all the underlying details of our REST APIs — their payload formats, endpoints, the universe of possible fields, and so on.

Here are some cool things you can do:

  • Write your own metadata ingestion — for example, reading an OpenAPI spec and creating the relevant API objects in Atlan.
  • Code up a duplicate detection algorithm to identify tables that appear to be duplicates of each other, even when the names of those tables and the ordering of their columns might differ.
  • Deploy an event-based integration that calculates new metrics or enforces the validity of a change any time metadata is changed in Atlan — whether by a user in the UI or through an out-of-the-box crawler or some other programmatic automation.

👏 Give it a shot

Get started integrating and automating actions in Atlan through Java, available to include in your project today directly from Maven Central!

Learn more here:

  • Get started with the Java SDK
  • Star the public GitHub repository
  • Review useful code that already uses the Java SDK