Skip to content

atlanhq/atlan-java

Repository files navigation

Build JavaDocs Release Development

Atlan Java

This repository houses the Java-based utilities for interacting with Atlan:

  • sdk the Atlan Java SDK (client library), that ultimately calls through to Atlan's REST APIs
  • package-toolkit for configuring, running and testing custom packages
  • integration-tests for automated regression-testing
  • generate to generate components of the SDK that are model-driven
  • samples illustrating how the other components can be used for real automations and integrations
  • mocks bundle wire mocks that are reused in unit tests across different projects

These additional directories serve other purposes:

  • containers defines the container image that bundles the SDK and custom package toolkits, and container images for each custom package sample
  • gradle contains Gradle build bootstrapping and dependency version catalog
  • buildSrc contains code for the Gradle multi-project build process (in particular, convention plugins)

For guides on actually using the various utilities housed in this repository, see: https://developer.atlan.com/getting-started/java-sdk/

Attribution

Portions of the SDK are based on original work from https://github.com/stripe/stripe-java. Those classes that derive from this original work have an extra heading comment as follows:

/* Based on original code from https://github.com/stripe/stripe-java (under MIT license) */

The original MIT license under which these were used is included here:

The MIT License

Copyright (c) 2011- Stripe, Inc. (https://stripe.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

License: CC BY 4.0, Copyright 2022 Atlan Pte. Ltd.