https://github.com/real-logic/aeron-cookbook-tools
Aeron Cookbook Tools
https://github.com/real-logic/aeron-cookbook-tools
aeron
Last synced: 6 months ago
JSON representation
Aeron Cookbook Tools
- Host: GitHub
- URL: https://github.com/real-logic/aeron-cookbook-tools
- Owner: real-logic
- License: apache-2.0
- Created: 2021-07-01T19:05:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T04:01:59.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T20:55:01.911Z (over 1 year ago)
- Topics: aeron
- Language: TypeScript
- Homepage: https://tools.aeroncookbook.dev
- Size: 4.3 MB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Aeron Cookbook Tools
[](https://open.vscode.dev/eleventy7/acb-tools)
A collection of tools to help understand and operate [Aeron](https://github.com/real-logic/aeron). The first tool included helps interpret AeronStat output.
The site is built with [Next.js 12](https://nextjs.org), and is related to [Aeron Cookbook](https://www.aeroncookbook.com).
## Running the site locally
- clone the source code into a folder
- ensure you have the current version of [yarn](https://yarnpkg.com) and Node.js. The site is built with [Node.js](https://nodejs.org/en/) v14 LTS.
- run `yarn install`
- run `yarn dev`## Building the site for deployment
To run a build for hosting you can first build with `yarn build` and then run `yarn export`.
## License
Open sourced under the Apache 2.0 license. See LICENSE.TXT.
## Copyright
©2020-2023 Adaptive Financial Consulting