3.1.0 • Published 8 days ago

@api3/airseeker v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

airseeker-v2

A service powering data feeds using the signed API.

The Airseeker is a rework of the original Airseeker. The Airseeker v2 is simplified and only works with signed APIs.

Getting started

  1. pnpm install - To install the dependencies.
  2. cp config/airseeker.example.json config/airseeker.json - To create the configuration file.
  3. cp config/secrets.example.env config/secrets.env - To create the secrets file.

Flowchart and specification

A render of the flowchart can be found below. To edit this document, use diagrams.net to edit airseeker_v2_pipeline.drawio, preferably by cloning the repository and loading the file locally.

Airseeker flowchart

Link to the Airseeker specification.

Configuration

See configuration for details.

Versioning and release

Airseeker uses semantic versioning. The version is specified in the package.json file. The package is not published to NPM, but instead dockerized and published to Docker Hub.

To release a new version:

  1. pnpm create-release:npm [major|minor|patch] - Choose the right version bump. This will bump the version, create a git tag and commit it.
  2. pnpm publish --access public - Publish the package to NPM.
  3. git push --follow-tags - Push the tagged commit upstream.
  4. Create a GitHub release for the specific tag.
  5. pnpm run create-release:docker - To build the Docker image and tag it correctly. The script uses the current package.json version so it expects the NPM release is done first.
  6. The command outputs the publish instructions to push the images.

Docker

Build

The docker image can be built by running the following commands from the root directory:

pnpm run docker:build

Run

The docker image can be run locally with:

pnpm run docker:run
3.1.0

8 days ago

3.0.3

20 days ago

3.0.2

26 days ago

3.0.1

26 days ago

3.0.0

26 days ago

2.3.2

1 month ago

2.3.1

1 month ago

2.3.0

2 months ago

2.2.1

2 months ago

0.5.0

2 years ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago