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: