Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
maris-development
/
beacon
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
15
Code
Issues
66
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Optimize large S3 dataset listings
- #416
#416
Open
robinskil
wants to merge 26 commits into
main
maris-development/beacon:main
from
features/optimize-large-listings-s3
maris-development/beacon:features/optimize-large-listings-s3
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
Optimize large S3 dataset listings
#416
robinskil
wants to merge 26 commits into
main
maris-development/beacon:main
from
features/optimize-large-listings-s3
maris-development/beacon:features/optimize-large-listings-s3
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
Request large listing pages from S3, and repair the S3 back-compat flag
Show description for 9300fd4
robinskil
committed
9300fd4
View commit details
Copy full SHA for 9300fd4
Browse repository at this point
Shard a recursive listing across sub-directories, and size the pages
Show description for 1a0890b
robinskil
committed
1a0890b
View commit details
Copy full SHA for 1a0890b
Browse repository at this point
Propagate listing errors, and correct why the page size is capped
Show description for 7153912
robinskil
committed
7153912
View commit details
Copy full SHA for 7153912
Browse repository at this point
Browse the datasets store one directory at a time
Show description for 78e81ec
robinskil
committed
78e81ec
View commit details
Copy full SHA for 78e81ec
Browse repository at this point
Narrow dataset listings to what the caller may read
Show description for 3af79c7
robinskil
committed
3af79c7
View commit details
Copy full SHA for 3af79c7
Browse repository at this point
Commits on Aug 20, 2026
Put path visibility behind one type
Show description for db2b6ea
robinskil
committed
db2b6ea
View commit details
Copy full SHA for db2b6ea
Browse repository at this point
List datasets from a table provider, not from the table function
Show description for df01388
robinskil
committed
df01388
View commit details
Copy full SHA for df01388
Browse repository at this point
Browse through SQL, and stop filtering listings by grants
Show description for 1c1613d
robinskil
committed
1c1613d
View commit details
Copy full SHA for 1c1613d
Browse repository at this point
Merge origin/main into features/optimize-large-listings-s3
Show description for 4ba4a24
robinskil
committed
4ba4a24
View commit details
Copy full SHA for 4ba4a24
Browse repository at this point
Drop the listing authorization work from this branch
Show description for 5dd4e82
robinskil
committed
5dd4e82
View commit details
Copy full SHA for 5dd4e82
Browse repository at this point
Give listing its own module, and wrap the store where it is built
Show description for 0125e45
robinskil
committed
0125e45
View commit details
Copy full SHA for 0125e45
Browse repository at this point
Detect a Zarr store from its own path
Show description for 1ec315f
robinskil
committed
1ec315f
View commit details
Copy full SHA for 1ec315f
Browse repository at this point
Resolve a Zarr store the same way everywhere
Show description for 6a369d1
robinskil
committed
6a369d1
View commit details
Copy full SHA for 6a369d1
Browse repository at this point
Stream a listing, and give it a plan node
Show description for e170d8d
robinskil
committed
e170d8d
View commit details
Copy full SHA for e170d8d
Browse repository at this point
Stream objects from the listing, not datasets
Show description for f8477b2
robinskil
committed
f8477b2
View commit details
Copy full SHA for f8477b2
Browse repository at this point
Hand out a resolved listing instead of three ways to ask for one
Show description for 6c7e438
robinskil
committed
6c7e438
View commit details
Copy full SHA for 6c7e438
Browse repository at this point
Commits on Aug 21, 2026
Fix the two failures CI found
Show description for ae4a8dc
robinskil
committed
ae4a8dc
View commit details
Copy full SHA for ae4a8dc
Browse repository at this point
Test the listing, and fix the duplicate it found
Show description for 30c4d34
robinskil
committed
30c4d34
View commit details
Copy full SHA for 30c4d34
Browse repository at this point
Merge branch 'main' into features/optimize-large-listings-s3
robinskil
authored
6a7408c
View commit details
Copy full SHA for 6a7408c
Browse repository at this point
Commits on Sep 4, 2026
Merge remote-tracking branch 'origin/main' into feature/pr-416-review-merge-2f7ba1
Show description for f681068
robinskil
committed
f681068
View commit details
Copy full SHA for f681068
Browse repository at this point
fix: list a shard by directory, not by byte prefix
Show description for 7f9ff50
robinskil
committed
7f9ff50
View commit details
Copy full SHA for 7f9ff50
Browse repository at this point
docs: document both listing functions, and route the new endpoint in the contract test
robinskil
committed
c3298c0
View commit details
Copy full SHA for c3298c0
Browse repository at this point
test: cover the browseDatasets SDK call
robinskil
committed
fded989
View commit details
Copy full SHA for fded989
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feature/pr-416-review-merge-2f7ba1
Show description for 5ed7c97
robinskil
committed
5ed7c97
View commit details
Copy full SHA for 5ed7c97
Browse repository at this point
chore: drop the datasets URL the file stats service no longer reads
Show description for 3f16e62
robinskil
committed
3f16e62
View commit details
Copy full SHA for 3f16e62
Browse repository at this point
Merge branch 'main' into features/optimize-large-listings-s3
robinskil
authored
8c75f2d
View commit details
Copy full SHA for 8c75f2d
Browse repository at this point
You can’t perform that action at this time.