Add storage examples for databases and s3#59
Open
tibrk wants to merge 2 commits into
Open
Conversation
tibrk
force-pushed
the
feature/storage-examples
branch
from
July 14, 2026 12:19
e2534e6 to
f967076
Compare
tibrk
force-pushed
the
feature/storage-examples
branch
from
July 14, 2026 12:31
f967076 to
f57edf7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to https://github.com/prokube/prokube-images/pull/56
This pull request add examples for accessing object storage and relational databases from prokube labs, including both Python and RStudio environments. It introduces a new
storagedirectory with organized subfolders for S3 and database access, each containing clear, ready-to-run examples.New storage examples and documentation:
storagedirectory with subfolders for S3 object storage and database access examples, including a high-levelREADME.mddescribing their structure and usage. [1] [2]README.mdto reference the new storage examples and clarify how to find and use them.S3 object storage examples:
python/s3_access.ipynb) and R (r/s3_access.R) examples for reading and writing data to S3-compatible object storage, with documentation instorage/s3/README.md. [1] [2] [3]Relational database access examples:
DBIandodbcpackages, with instructions for credential input and connection setup. [1] [2] [3]README.mdinstorage/database-accessexplaining the examples, required drivers, and connection setup.