Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ing-bank/rokku-dev-apache-atlas
Apache Atlas development image for the Rokku project: https://github.com/ing-bank/rokku
https://github.com/ing-bank/rokku-dev-apache-atlas
apache-atlas development rokku
Last synced: 3 months ago
JSON representation
Apache Atlas development image for the Rokku project: https://github.com/ing-bank/rokku
- Host: GitHub
- URL: https://github.com/ing-bank/rokku-dev-apache-atlas
- Owner: ing-bank
- License: apache-2.0
- Created: 2018-10-01T12:14:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T07:35:14.000Z (over 4 years ago)
- Last Synced: 2024-03-25T20:55:34.229Z (11 months ago)
- Topics: apache-atlas, development, rokku
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 20
- Watchers: 6
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/ing-bank/rokku-dev-apache-atlas.svg?branch=master)](https://travis-ci.org/ing-bank/rokku-dev-apache-atlas)
[![](https://images.microbadger.com/badges/image/wbaa/rokku-dev-apache-atlas:latest.svg)](https://microbadger.com/images/wbaa/rokku-dev-apache-atlas:latest)# Rokku Dev - Apache Atlas
## Background
Atlas image already contains dependencies - hbase and solr, it has been compiled using them.
But it has been set to use external zookeeper and kafka.
The main server port is 21000.```
mvn clean -DskipTests package -Pdist,embedded-hbase-solr
```As base image Centos 7 has been used
### Quickstart
1. run `docker-compose build` to create new docker image or
2. run `docker-compose up -d atlas-server` to start an image.
3. Access Atlas server using admin user and password
```
http://localhost:21000
```Or verify that server is up and running using
```
curl -u admin:admin http://localhost:21000/api/atlas/admin/version
```#### NOTE: currently image is quite large (1.0GB) :( because of atlas bins and its depencencies (hbase and solr).
Also startup may take some time depending on HW resources...