Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Deprecation notice #88

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,15 +9,19 @@

# Atlan Java Samples

This repository houses samples of using the [Atlan Java SDK](https://developer.atlan.com/sdks/java/).
⚠️ This repository is now deprecated ⚠️

Currently, these cover:
All content has moved to: https://github.com/atlanhq/atlan-java

- [Loaders](https://developer.atlan.com/samples/loaders) — import metadata into Atlan, both net-new and by enriching existing assets
- [Reporters](https://developer.atlan.com/samples/reporters) — extract or report on metadata in Atlan
~~This repository houses samples of using the [Atlan Java SDK](https://developer.atlan.com/sdks/java/).~~

These are based on common functionality to read and write from Excel files (based on [Apache POI](https://poi.apache.org/)),
and to integrate with AWS S3 to enable them to run as Lambda functions.
~~Currently, these cover:~~

~~- [Loaders](https://developer.atlan.com/samples/loaders) — import metadata into Atlan, both net-new and by enriching existing assets~~
~~- [Reporters](https://developer.atlan.com/samples/reporters) — extract or report on metadata in Atlan~~

~~These are based on common functionality to read and write from Excel files (based on [Apache POI](https://poi.apache.org/)),
and to integrate with AWS S3 to enable them to run as Lambda functions.~~

----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),