https://github.com/devinrsmith/deephaven-aws-public-blockchain
https://github.com/devinrsmith/deephaven-aws-public-blockchain
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-aws-public-blockchain
- Owner: devinrsmith
- Created: 2024-02-22T18:25:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T06:44:14.000Z (3 months ago)
- Last Synced: 2025-03-27T20:06:14.963Z (2 months ago)
- Language: Python
- Size: 184 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-aws-public-blockchain
This is an example of using [Deephaven](https://github.com/deephaven/deephaven-core) to navigate the [AWS Public Blockchain](https://registry.opendata.aws/aws-public-blockchain/) using Deephaven S3 support.
## Run
Clone this repository and run:
```bash
docker compose up -d --build
```Navigate to http://localhost:10000 and open up the `transactions` table or `transactions_by_date` partitioned table.
## TLS
See the [tls](https://github.com/devinrsmith/deephaven-aws-public-blockchain/tree/tls) branch for a more secure, TLS-based configuration.