Skip to content

Commit

Permalink
Merge pull request #5 from treeverse/master
Browse files Browse the repository at this point in the history
pull latest
  • Loading branch information
shamikakumar authored Nov 27, 2020
2 parents fb4ad3d + 6c42896 commit 1e5b8ee
Show file tree
Hide file tree
Showing 50 changed files with 63 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Architecture
description: lakeFS architecture overview. Learn more about lakeFS components, including its S3 API gateway.
nav_order: 7
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/branching/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Branching Model
description: At its core, lakeFS uses a Git-like branching model that scales to Petabytes of data by utilizing S3 or GCS for storage.
nav_order: 3
has_children: true
---
1 change: 1 addition & 0 deletions docs/branching/model.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Introduction
description: When creating a new branch in lakeFS, we are actually creating a consistent snapshot of the entire repository
parent: Branching Model
has_children: false
nav_order: 1
Expand Down
1 change: 1 addition & 0 deletions docs/branching/recommendations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Recommended Branching Models
description: The brnaching modles listed below are often used to help improve organization's data developmet and CI/CD
parent: Branching Model
has_children: false
nav_order: 2
Expand Down
21 changes: 15 additions & 6 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
---
layout: default
title: Community
description: lakeFS community. Join the community on the lakeFS slack channel and feel free to ask questions and get help.
nav_order: 10
has_children: false
---

# Community

### DockerHub
We're excited to hear from you!

lakeFS and lakectl are both available as Docker images on the [Treeverse Docker Hub page](https://hub.docker.com/u/treeverse/).
### Get in touch with the lakeFS team

Join our public slack [channel](https://join.slack.com/t/lakefs/shared_invite/zt-g86mkroy-186GzaxR4xOar1i1Us0bzw). We’re extremely responsive and you can expect a fast reply.

### Contribute

Whether it’s a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. Our [Contributing Guide](https://docs.lakefs.io/contributing.html) is a great place to get started.

### Support
### Ask a question

Feedback and questions are welcome at [support@treeverse.io](mailto:support@treeverse.io).
If you have any questions or need technical support, feel free to message us in the [slack](https://join.slack.com/t/lakefs/shared_invite/zt-g86mkroy-186GzaxR4xOar1i1Us0bzw)#help channel.

### DockerHub

lakeFS and lakectl are both available as Docker images on the [Treeverse Docker Hub page](https://hub.docker.com/u/treeverse/).

### Slack Channel

Join our [channel](https://join.slack.com/t/lakefs/shared_invite/zt-g86mkroy-186GzaxR4xOar1i1Us0bzw) to get help from our team and other users
1 change: 1 addition & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Contributing
description: lakeFS community welcomes your contribution. To make the process as seamless as possible, we recommend you read this contribution guide.
nav_order: 10
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/bucket.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Configuring the S3 bucket
description: For information on configuring the S3 bucket to provide the data storage layer for our installation.
parent: AWS Deployment
nav_order: 15
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/db.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Creating the database
description: Creating the database. Before installing lakeFS, you need to have a PostgreSQL database.
parent: AWS Deployment
nav_order: 10
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: AWS Deployment
description: This section will guide you through deploying your lakeFS environment.
nav_order: 1
has_children: true
---
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Installing lakeFS
description: Installing lakeFS is easy. This section covers commom deployment options for installing lakeFS.
parent: AWS Deployment
nav_order: 20
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/lb_dns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Load Balancing and DNS
description: Depending on how you chose to install lakeFS, you should have a load balancer direct requests to the lakeFS server.
parent: AWS Deployment
nav_order: 25
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/monitor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Monitoring using Prometheus
description: Users looking to monitor their lakeFS instances can point Prometheus configuration to scrape data from this endpoint. This guide explains how to setup
parent: AWS Deployment
nav_order: 30
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/offboarding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Migrating away from lakeFS
description: The simplest way to migrate away from lakeFS is to copy data from a lakeFS repository to an S3 bucket
parent: AWS Deployment
nav_order: 40
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Setup
description: This section outlines how to setup your environment once lakeFS is configured and running
parent: AWS Deployment
nav_order: 27
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/deploying/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Upgrade lakeFS
description: Upgrading lakeFS from a previous version usually just requires re-deploying with the latest image or downloading the latest version
parent: AWS Deployment
nav_order: 50
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/downloads.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Downloads
description: This section provides information on downloads of binary packeges and official docker images.
nav_order: 3
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: FAQ
description: Frequently Asked Questions (FAQ). Have a question about lakeFS? Find our what others where asking
nav_order: 11
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: What is lakeFS
description: A lakeFS documentation website that provides information on how to use lakeFS to deliver resilience and manageability to data lakes.
nav_order: 0
---

Expand Down
1 change: 1 addition & 0 deletions docs/licensing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Licensing
description: lakeFS is an open source project under the Apache 2.0 license. As a commercial organization, we intend to use an open core model.
nav_order: 13
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/aws_cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Copy Files
description: In this section we will learn how to configure and use AWS CLI to manage data with the lakeFS Server.
parent: Quick Start
nav_order: 30
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Quick Start
description: The quickstart. This section provides simple instructions for deploying lakeFS so that you start exploring the technology
nav_order: 1
has_children: true
redirect_from: "../quickstart.html"
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/installing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Install lakeFS
description: Installing lakeFS is easy. This section covers how to install lakeFS using docker compose.
parent: Quick Start
nav_order: 10
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/more_quickstart_options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: More Quickstart Options
description: Quickstart options. This section outlines additional quickstart options to deploying lakeFS.
parent: Quick Start
nav_order: 50
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/repository.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Create Repository
description: In this guide, we’re going to run an initial setup and then create a new repository using lakeFS.
parent: Quick Start
nav_order: 20
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/try.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Try without installing
description: Learn how to use lakeFS using the CLI and an interactive Spark shell - all from your browser, without installing anything
parent: Quick Start
nav_order: 99
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: API Reference
description: This section includes the reference documentation for the lakeFS platform's various APIs.
parent: Reference
nav_order: 0
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/authorization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Authentication & Authorization
description: This section covers authorization (using AWS IAM) and Authentication of your lakeFS server.
parent: Reference
nav_order: 4
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Command (CLI) Reference
description: lakeFS comes with its own native CLI client. Here you can see the complete command reference.
parent: Reference
nav_order: 3
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Configuration Reference
description: Configuring lakeFS is done using a yaml configuration file. This reference uses . to denote the nesting of values.
parent: Reference
nav_order: 2
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/import.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Importing data from S3
description: In order to import existing data to lakeFS, you may choose to copy it using S3 CLI or using tools like Apache DistCp.
parent: Reference
nav_order: 8
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Reference
description: This section includes the reference documentation for the lakeFS platform's various APIs, CLIs, and file formats.
nav_order: 5
has_children: true
---
1 change: 1 addition & 0 deletions docs/reference/retention.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Object Retention
description: LakeFS allows configuration of object retention policies using a lifecycle configuration.
parent: Reference
nav_order: 10
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/reference/s3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: S3 Supported API
description: "S3 Supported API. lakeFS supports the following API operations: Identity and authorization, Bucket operations, Object operations and listing"
parent: Reference
nav_order: 1
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Roadmap
description: New features and improvements are lined up next for lakeFS. We would love you to be part of building lakeFS’s roadmap.
nav_order: 8
has_children: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/using/airflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Airflow
description: Querying data in lakeFS from Presto is the same as querying data in S3 from Presto. It is done using the Hive connector.
parent: Using lakeFS with...
nav_order: 10
has_children: false
Expand Down
2 changes: 1 addition & 1 deletion docs/using/athena.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Amazon Athena
description: This section covers how you can start using lakeFS with Amazon Athena, a serverless, interactive query service in Amazon S3
parent: Using lakeFS with...
nav_order: 9
has_children: false
Expand All @@ -19,4 +20,3 @@ create-symlink receives a table in glue pointing to lakeFS and creates a copy of
We can then query the new created table with Athena



1 change: 1 addition & 0 deletions docs/using/aws_cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: AWS CLI
description: This section covers how to use the file commands (CLI) for S3 to access lakeFS
parent: Using lakeFS with...
nav_order: 2
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/boto.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Boto (Python)
description: This section covers how you can start using lakeFS with Boto (Python), the AWS SDK for Python.
parent: Using lakeFS with...
nav_order: 8
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/distcp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Copying Data with DistCp
description: Apache Hadoop DistCp is a tool used for large inter/intra-cluster copying. You can easily use it with your lakeFS repositories.
parent: Using lakeFS with...
nav_order: 0
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/emr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: EMR
description: This section covers how you can start using lakeFS with EMR, an AWS service that uses open-source frameworks to process vast amounts of data.
parent: Using lakeFS with...
nav_order: 6
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/glue_hive_metastore.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Glue / Hive metastore
description: When working with Glue or Hive metastore, each table can point only to one lakeFS branch.
parent: Using lakeFS with...
nav_order: 11
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/hive.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Hive
description: This section covers how you can start using lakeFS with Apache Hive, a distributed data warehouse system that enables analytics at a massive scale.
parent: Using lakeFS with...
nav_order: 4
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Using lakeFS with...
description: You can use lakeFS with all modern data frameworks such as Spark, Hive, AWS Athena, Presto, etc.
nav_order: 6
has_children: true
---
1 change: 1 addition & 0 deletions docs/using/kakfa.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Kafka
description: This section covers how you can start using lakeFS with Kafka using Confluent’s S3 Sink Connector
parent: Using lakeFS with...
nav_order: 12
has_children: false
Expand Down
1 change: 1 addition & 0 deletions docs/using/mapreduce.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: MapReduce
description: This section covers how you can start using lakeFS with MapReduce, a program model for distributed computing based on java.
parent: Using lakeFS with...
nav_order: 13
has_children: false
Expand Down
Loading

0 comments on commit 1e5b8ee

Please sign in to comment.