An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Aeron Cookbook Tools

[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](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