Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task(devx) - Add Tags - Node Operation #4986

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/content/developer/advanced/custom-indexer.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Custom Indexer
description: You can build custom indexers using the IOTA micro-data ingestion framework. To create an indexer, you subscribe to a checkpoint stream with full checkpoint content. Establishing a custom indexer helps improve latency, allows pruning the data of your IOTA full node, and provides efficient assemblage of checkpoint data.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/advanced/graphql-migration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Migrating to GraphQL
tags: [node-operation]
---

import MigrateToGraphql from "../../_snippets/migrate-to-graphql.mdx";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: IOTA Exchange Integration Guide
description: Learn the primary tasks necessary to integrate IOTA, the token native to the IOTA network, into a cryptocurrency exchange.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developer/getting-started/local-network.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Guide to setting up and using a local IOTA network for development and testing.
tags: [ how-to, install, setup, cli, typescript, sdk, testing ]
tags: [ how-to, install, setup, cli, typescript, sdk, testing , node-operation]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/getting-started/local-network.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/archives.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: IOTA Archives
description: The archive is a historical record of all transactions on IOTA. Enable archiving on your full nodes as a best practice.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/data-management.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Data Management
tags: [node-operation]
description: A high-level description of data management on the IOTA network that you can use to optimize your IOTA full node configuration.
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/genesis.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Genesis
tags: [node-operation]
---

Genesis is the initial state of the IOTA blockchain. To launch a network, the initial committee of validators collaborate by providing their validator information (public keys, network addresses, and so on) to a shared workspace. After all of the initial validators have contributed their information, IOTA generates the initial, unsigned genesis checkpoint (checkpoint with sequence number 0) and each validator provides their signature. IOTA aggregates these signatures to form a _certificate_ on the genesis checkpoint. IOTA bundles this checkpoint, as well as the initial objects, together into a single genesis.blob file that is used to initialize the state when running the `iota-node` binary for both validators and full nodes.
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/indexer-functions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IOTA Indexer
tags: [node-operation]
description: IOTA Indexer is a node data service that serves data from the IOTA protocol, including both data directly generated from chain and derivative data.
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/iota-full-node/docker.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to set up an IOTA Full Node using docker.
tags: [node-operation]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/iota-full-node/node-setup.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: How to monitor and Prune your IOTA Full Node.
tags: [node-operation]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/iota-full-node/pruning.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/iota-full-node/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Overview
description: Operate an IOTA Full Node to validate blockchain activities, like transactions, checkpoints, and epoch changes.
tags: [node-operation]
---
import Quiz from '@site/src/components/Quiz';
import BSTInfo from '../../_snippets/info-BST-2f1.mdx';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/iota-full-node/source.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Learn how to set up an IOTA full node from source.
title: Build From Source
tags: [node-operation]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/iota-full-node/node-setup.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/observability.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Logging, Tracing, Metrics, and Observability
sidebar_label: Observability
tags: [node-operation]
draft: true
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/operator.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Operator Guides
tags: [node-operation]
description: Guides for operators on the IOTA network. Whether you are running a full node for your dApp or operating as a validator on the IOTA network, these guides help you set up your environment and operate your network.
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/snapshots.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Database Snapshots
tags: [node-operation]
description: Database snapshots of the IOTA network enable full node operators a way to bootstrap a full node without having to execute all the transactions that occurred after genesis.
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/telemetry/iota-metrics.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Metrics
description: Prometheus-based metrics for the node.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/telemetry/iota-telemetry.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Telemetry
description: Collects data from the node and sends it to Google Analytics for monitoring and analysis.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Telemetry Subscribers
description: Allows for flexible logging and tracing of the node.
tags: [node-operation]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/validator-committee.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Validator Committee
tags: [node-operation]
description: IOTA has a committee of validators to verify on-chain transactions. Epochs, quorums, transactions, _certificate_s, and consensus are touch points for this committee.
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/operator/validator-config.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IOTA Validator Node Configuration
tags: [node-operation]
description: Learn how to set up, configure, and manage an IOTA Validator node, including staking, reference gas price, and tallying rules.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: Ansible Configuration
tags: [node-operation]
---

import Configuration from './../../../../../nre/ansible/README.md';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: Docker Configuration
tags: [node-operation]
---
import Configuration from './../../../../../nre/docker/README.md';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: Systemd Configuration
tags: [node-operation]
---
import Configuration from './../../../../../nre/systemd/README.md';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [node-operation]
---
import ValidatorTasks from './../../../../nre/validator_tasks.md';
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/validator-tasks.json';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/operator/validator-tools.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
tags: [node-operation]
---
import ValidatorTools from './../../../nre/validator_tool.md';
import Quiz from '@site/src/components/Quiz';
import questions from '/json/node-operators/validator-tools.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/references/event-query-and-subscription.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Event Query and Subscription
tags: [node-operation]
---

IOTA full nodes support publish/subscribe using JSON-RPC notifications via the WebSocket API. You can use this service with IOTA client to filter and subscribe to a real-time event stream generated from Move or from the IOTA network.
Expand Down
1 change: 1 addition & 0 deletions docs/content/references/exchange-integration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Exchange Integration Guide
sidebar_label: Exchange Integration
slug: /exchange-integration-guide
tags: [node-operation]
---

This topic describes how to integrate IOTA, the token native to the IOTA network, into a cryptocurrency exchange. The specific requirements and processes to implement an integration vary between exchanges. Rather than provide a step-by-step guide, this topic provides information about the primary tasks necessary to complete an integration. After the guidance about how to configure an integration, you can also find information and code samples related to staking on the IOTA network.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Adapter
tags: [node-operation]
description: This document describes the architectural approach and execution flow for the adapter and related components.
---
import ThemedImage from '@theme/ThemedImage';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IOTA Execution Layer
tags: [node-operation]
description: This document describes the architectural approach for iota execution layer.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: IOTA Execution Crate
tags: [node-operation]
description: This document describes the architectural approach for iota execution crate.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Natives & Object Runtime
tags: [node-operation]
description: This document describes the object runtime and native functions flow.
---
import ThemedImage from '@theme/ThemedImage';
Expand Down
1 change: 1 addition & 0 deletions docs/content/references/iota-api/json-rpc-format.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: JSON-RPC API Format
tags: [node-operation]
---

_IOTAJSON_ is a JSON-based format with restrictions that allow IOTA to align JSON inputs more closely with Move call arguments.
Expand Down
1 change: 1 addition & 0 deletions docs/content/references/iota-api/rpc-best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: RPC Best Practices
tags: [node-operation]
---

import HighTrafficRpcs from "../../_snippets/info-high-traffic.mdx";
Expand Down
1 change: 1 addition & 0 deletions docs/content/references/iota-graphql.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GraphQL for IOTA RPC
tags: [node-operation]
description: GraphQL is a public service for the IOTA RPC that enables you to efficiently interact with the IOTA network.
---

Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,7 @@ setup:
testing:
label: Testing
description: Process of evaluating code.

node-operation:
label: Node Operation
description: Node Operation
Loading