Skip to content

Commit

Permalink
Add bucketfs overview to documentation (#69)
Browse files Browse the repository at this point in the history
---------
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
Nicoretti authored Jul 31, 2023
1 parent 8f9b5a5 commit 01cfb9e
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 105 deletions.
Binary file added doc/_static/bucketfs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📝 Changes

* [0.9.0](changes_0.9.0.md)
* [unreleased](unreleased.md)
* [0.8.0](changes_0.8.0.md)
* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
Expand All @@ -10,12 +10,11 @@
* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)

<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
```{toctree}
---
hidden:
---
changes_0.9.0
unreleased
changes_0.8.0
changes_0.7.0
changes_0.6.0
Expand Down
8 changes: 0 additions & 8 deletions doc/changes/changes_0.9.0.md

This file was deleted.

10 changes: 10 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Unreleased

## Documentation
- Added overview of bucketfs system

## Dependencies
- [#60](https://github.com/exasol/bucketfs-python/issues/60): Updated typeguard to 4.0.0

## Internal
- Updated lockfile
20 changes: 20 additions & 0 deletions doc/user_guide/user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
👤 User Guide
==============

Bucketfs
--------
Depending on the database configuration, the bucketfs setup can range from straight forward to fairly complex.
This is due to the fact that:

* Each database can have one or more BucketFS services
* Each BucketFS service is available on all worker cluster of a database
* Each BucketFS service runs on all data nodes of a database
* Each BucketFS service can have one or more Buckets
* Each Bucket can hold one or more files

The overview bellow tries to illustrate this in a more tangible manner.
For more details on bucketfs, please also have a look in the `bucketfs section`_ of the `database documentation`_.

.. image:: ../_static/bucketfs.png
:alt: BucketFS Overview


Quickstart
----------

Expand All @@ -18,3 +36,5 @@ Follow Up
advanced
upload_github_release_to_bucket

.. _bucketfs section: https://docs.exasol.com/db/latest/database_concepts/bucketfs/bucketfs.htm
.. _database documentation: https://docs.exasol.com/db/latest/home.htm
Loading

0 comments on commit 01cfb9e

Please sign in to comment.