api-client

lakeFS OpenAPI Java client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.treeverse.lakefs
ArtifactId

ArtifactId

api-client
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

api-client
lakeFS OpenAPI Java client
Project URL

Project URL

https://github.com/treeverse/lakeFS/tree/master/clients
Source Code Management

Source Code Management

https://github.com/treeverse/lakeFS

Download api-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.treeverse.lakefs/api-client/ -->
<dependency>
    <groupId>io.treeverse.lakefs</groupId>
    <artifactId>api-client</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.treeverse.lakefs/api-client/
implementation 'io.treeverse.lakefs:api-client:0.1.0'
// https://jarcasting.com/artifacts/io.treeverse.lakefs/api-client/
implementation ("io.treeverse.lakefs:api-client:0.1.0")
'io.treeverse.lakefs:api-client:jar:0.1.0'
<dependency org="io.treeverse.lakefs" name="api-client" rev="0.1.0">
  <artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.treeverse.lakefs', module='api-client', version='0.1.0')
)
libraryDependencies += "io.treeverse.lakefs" % "api-client" % "0.1.0"
[io.treeverse.lakefs/api-client "0.1.0"]

Dependencies

compile (8)

Group / Artifact Type Version
io.swagger : swagger-annotations jar 1.6.2
com.google.code.findbugs : jsr305 jar 3.0.2
com.squareup.okhttp3 : okhttp jar 4.9.1
com.squareup.okhttp3 : logging-interceptor jar 4.9.1
com.google.code.gson : gson jar 2.8.6
io.gsonfire : gson-fire jar 1.8.5
org.apache.commons : commons-lang3 jar 3.11
org.threeten : threetenbp jar 1.5.0

provided (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Apache License Go tests status Node tests status nessie integration tests status Artifact HUB code of conduct

What is lakeFS

lakeFS is an open source layer that delivers resilience and manageability to object-storage based data lakes.

With lakeFS you can build repeatable, atomic and versioned data lake operations - from complex ETL jobs to data science and analytics.

lakeFS supports AWS S3, Azure Blob Storage and Google Cloud Storage as its underlying storage service. It is API compatible with S3, and works seamlessly with all modern data frameworks such as Spark, Hive, AWS Athena, Presto, etc.

For more information see the official lakeFS documentation.

Capabilities

Development Environment for Data

  • Experimentation - try tools, upgrade versions and evaluate code changes in isolation.
  • Reproducibility - go back to any point of time to a consistent version of your data lake.

Continuous Data Integration

  • Ingest new data safely by enforcing best practices - make sure new data sources adhere to your lake’s best practices such as format and schema enforcement, naming convention, etc.
  • Metadata validation - prevent breaking changes from entering the production data environment.

Continuous Data Deployment

  • Instantly revert changes to data - if low quality data is exposed to your consumers, you can revert instantly to a former, consistent and correct snapshot of your data lake.
  • Enforce cross collection consistency - provide to consumers several collections of data that must be synchronized, in one atomic, revertible, action.
  • Prevent data quality issues by enabling
    • Testing of production data before exposing it to users / consumers.
    • Testing of intermediate results in your DAG to avoid cascading quality issues.

Getting Started

Docker (MacOS, Linux)

  1. Ensure you have Docker & Docker Compose installed on your computer.

  2. Run the following command:

    curl https://compose.lakefs.io | docker-compose -f - up
  3. Open http://127.0.0.1:8000/setup in your web browser to set up an initial admin user, used to login and send API requests.

Docker (Windows)

  1. Ensure you have Docker installed.

  2. Run the following command in PowerShell:

    Invoke-WebRequest https://compose.lakefs.io | Select-Object -ExpandProperty Content | docker-compose -f - up
  3. Open http://127.0.0.1:8000/setup in your web browser to set up an initial admin user, used to login and send API requests.

Download the Binary

Alternatively, you can download the lakeFS binaries and run them directly.

Binaries are available at https://github.com/treeverse/lakeFS/releases.

Setting up a repository

Please follow the Guide to Get Started to set up your local lakeFS installation.

For more detailed information on how to set up lakeFS, please visit the lakeFS documentation.

Community

Stay up to date and get lakeFS support via:

  • Slack (to get help from our team and other users).
  • Twitter (follow for updates and news)
  • YouTube (learn from video tutorials)
  • Contact us (for anything)

More information

Licensing

lakeFS is completely free and open source and licensed under the Apache 2.0 License.

io.treeverse.lakefs

Treeverse

Versions

Version
0.1.0