Skip to content

DanMeon/alcyone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,068 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alcyone

License

Apache Atlas 2.5.0-rc0 fork with PostgreSQL backend bug fixes for production use.

What's Different from Upstream

Severity File Fix
CRITICAL RdbmsUniqueKeyHandler.java INSERT to upsert (ON CONFLICT DO UPDATE) for all 4 unique key tables
CRITICAL RdbmsStore.java getStoreIdOrCreate() race condition: re-query before create, catch Exception
CRITICAL RdbmsStore.java getKeyIdOrCreate() race condition: same pattern
HIGH RdbmsStore.java storeId field marked volatile for thread visibility
HIGH atlas.sh DB connection values parameterized via environment variables
MEDIUM DbEntityAuditDao.java JPQL injection fix: whitelist validation + parameterized queries
BUG AtlasJanusGraphDatabase.java Java 17 compatibility: VarHandle-based removeFinalModifier() with legacy fallback

Quick Start

# 1. Configure
cp .env.example .env
# Edit .env as needed (DB host, credentials, etc.)

# 2. Build (30min~1hr on first run)
./setup.sh

# 3. Run
docker compose up -d

# 4. Access
# http://localhost:21000
# Default: admin / atlasR0cks!

Environment Variables

PostgreSQL

Variable Default Description
ATLAS_DB_HOST atlas-db PostgreSQL host
ATLAS_DB_PORT 5432 PostgreSQL port
ATLAS_DB_NAME atlas Database name
ATLAS_DB_USER atlas Database user
ATLAS_DB_PASSWORD atlasR0cks! Database password

Atlas Admin

Variable Default Description
ATLAS_ADMIN_USER admin Web UI admin username
ATLAS_ADMIN_PASSWORD atlasR0cks! Web UI admin password

Build

Variable Default Description
ATLAS_BASE_JAVA_VERSION 11 Java version for base image
ATLAS_BUILD_JAVA_VERSION 11 Java version for Maven build
ATLAS_SERVER_JAVA_VERSION 11 Java version for runtime

Known Limitations

  1. PostgreSQL only -- ON CONFLICT syntax is PostgreSQL-specific
  2. Java 11 recommended -- Java 17 works with graceful fallback but requires --add-opens flag
  3. React UI incomplete -- Legacy UI (/index.html) only; new UI (/n/index.html) not functional

License

Apache License 2.0. Forked from Apache Atlas release-2.5.0-rc0.

About

Apache Atlas - Open Metadata Management and Governance capabilities across the Hadoop platform and beyond

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 73.9%
  • JavaScript 13.3%
  • TypeScript 7.4%
  • Python 2.3%
  • SCSS 1.2%
  • HTML 1.2%
  • Other 0.7%