Skip to main content

Apache Atlas client

Project description

Apache Atlas Client in Python

https://img.shields.io/pypi/v/atlasclient.svg https://img.shields.io/travis/jpoullet2000/atlasclient.svg https://coveralls.io/repos/github/jpoullet2000/atlasclient/badge.svg?branch=master Documentation Status Updates

Apache Atlas client in Python. Only compatible with Apache Atlas REST API v2.

Get started

>>> from atlasclient.client import Atlas
>>> client = Atlas('<atlas.host>', port=21000, username='admin', password='admin')
>>> client.entity_guid(<guid>).status
>>> params = {'typeName': 'DataSet', 'attrName': 'name', 'attrValue': 'data', 'offset': '1', 'limit':'10'}
>>> search_results = client.search_attribute(**params)
>>> for s in search_results:
...    for e in s.entities:
...         print(e.name)
...         print(e.guid)

Features

  • Lazy loading: requests are only performed when data are required and not yet available

  • Resource object relationships: REST API from sub-resources are done transparently for the user, for instance the user does not have to know that it needs to trigger a different REST request for getting the classifications of a specific entity.

TODO features

  • allow multiprocessing

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.8 (2019-08-08)

  • Add support for Atlas’ Admin Metrics REST API

0.1.7 (2019-07-08)

  • Add support for Atlas’ DSL Saved Search (#81)

  • Fixes list lookups for searching

0.1.6 (2019-04-26)

  • Call of DependentClass inflate (#79)

0.1.5 (2019-04-24)

  • Add support for Post type Basic Search (#76)

0.1.4 (2019-04-16)

  • fixes (BasicSearch, when no result in _data, etc)

0.1.3 (2019-04-05)

  • HTTP Auth

  • Basic search inflate

  • relationshipAttributes

0.1.2 (2018-03-27)

  • Bug fixes

  • Response is returned after entity creation (easier to figure out the guid)

0.1.1 (2018-03-07)

  • Bug fixes

  • Most of the resources have been implemented (except RelationshipREST)

  • Basic authentication (only the Basic token is sent on the network)

0.1.0 (2018-01-09)

  • First push.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atlasclient-0.1.8.tar.gz (44.4 kB view details)

Uploaded Source

File details

Details for the file atlasclient-0.1.8.tar.gz.

File metadata

  • Download URL: atlasclient-0.1.8.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for atlasclient-0.1.8.tar.gz
Algorithm Hash digest
SHA256 e6de733df822891b59e35ea71adac750b926e670c520eb31eb3f3a43d1f52f97
MD5 cca7e7e66987a0c1ad23180b199ee0c2
BLAKE2b-256 003b1f3943b0c238d987a2be12d9a8a2b32f4f0ac9605f441dcf91e1b6b364e9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page