Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/operations-api/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Clustering

# Clustering

The following operations are available for configuring and managing [Harper replication](../replication/).\
The following operations are available for configuring and managing [Harper replication](../replication/).

_**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](clustering-nats) _**documentation.**_

Expand Down
5 changes: 4 additions & 1 deletion docs/developers/operations-api/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,10 @@ _Operation is restricted to super_user roles only_

## Install Node Modules

This operation is deprecated, as it is handled automatically by deploy_component and restart.
:::warning Deprecated
This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart).
:::

Executes npm install against specified custom function projects.

_Operation is restricted to super_user roles only_
Expand Down
6 changes: 3 additions & 3 deletions docs/developers/operations-api/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ title: Configuration

## Set Configuration

Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation.

_Operation is restricted to super_user roles only_

- `operation` _(required)_ - must always be `set_configuration`
- `logging_level` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `clustering_enabled` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `logging_level` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `clustering_enabled` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file

### Body

Expand Down
4 changes: 3 additions & 1 deletion docs/developers/operations-api/custom-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Custom Functions

# Custom Functions

_These operations are deprecated._
:::warning Deprecated
These operations are deprecated.
:::

## Custom Functions Status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created HarperDB will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ _Operation is restricted to super_user roles only_

## Set Configuration

Modifies the HarperDB configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the HarperDB configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation.

_Operation is restricted to super_user roles only_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created HarperDB will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ _Operation is restricted to super_user roles only_

## Set Configuration

Modifies the HarperDB configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the HarperDB configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation.

_Operation is restricted to super_user roles only_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Clustering

# Clustering

The following operations are available for configuring and managing [Harper replication](../replication/).\
The following operations are available for configuring and managing [Harper replication](../replication/).

_**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](./clustering-nats) _**documentation.**_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ Exports data based on a given search operation from table to AWS S3 in JSON or C

## Install Node Modules

This operation is deprecated, as it is handled automatically by deploy_component and restart.
:::warning Deprecated
This operation is deprecated, as it is handled automatically by [deploy_component](./components#deploy-component) and [restart](#restart).
:::

Executes npm install against specified custom function projects.

_Operation is restricted to super_user roles only_
Expand All @@ -210,7 +213,7 @@ _Operation is restricted to super_user roles only_

## Set Configuration

Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the Harper configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation.

_Operation is restricted to super_user roles only_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Clustering

# Clustering

The following operations are available for configuring and managing [Harper replication](../replication/).\
The following operations are available for configuring and managing [Harper replication](../replication/).

_**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](./clustering-nats) _**documentation.**_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Custom Functions

# Custom Functions

_These operations are deprecated._
:::warning Deprecated
These operations are deprecated.
:::

## Custom Functions Status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ Exports data based on a given search operation from table to AWS S3 in JSON or C

## Install Node Modules

This operation is deprecated, as it is handled automatically by deploy_component and restart.
:::warning Deprecated
This operation is deprecated, as it is handled automatically by [deploy_component](./components#deploy-component) and [restart](#restart).
:::

Executes npm install against specified custom function projects.

_Operation is restricted to super_user roles only_
Expand All @@ -210,7 +213,7 @@ _Operation is restricted to super_user roles only_

## Set Configuration

Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the Harper configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation.

_Operation is restricted to super_user roles only_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,10 @@ _Operation is restricted to super_user roles only_

## Install Node Modules

This operation is deprecated, as it is handled automatically by deploy_component and restart.
:::warning Deprecated
This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart).
:::

Executes npm install against specified custom function projects.

_Operation is restricted to super_user roles only_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Configuration

## Set Configuration

Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation.

_Operation is restricted to super_user roles only_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Custom Functions

# Custom Functions

_These operations are deprecated._
:::warning Deprecated
These operations are deprecated.
:::

## Custom Functions Status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples

## Create movies database

Create a new database called "movies" using the 'create_database' operation.
Create a new database called `movies` using the `create_database` operation.

_Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Clustering

# Clustering

The following operations are available for configuring and managing [Harper replication](../replication/).\
The following operations are available for configuring and managing [Harper replication](../replication/).

_**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](clustering-nats) _**documentation.**_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,10 @@ _Operation is restricted to super_user roles only_

## Install Node Modules

This operation is deprecated, as it is handled automatically by deploy_component and restart.
:::warning Deprecated
This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart).
:::

Executes npm install against specified custom function projects.

_Operation is restricted to super_user roles only_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ title: Configuration

## Set Configuration

Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation.
Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation.

_Operation is restricted to super_user roles only_

- `operation` _(required)_ - must always be `set_configuration`
- `logging_level` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `clustering_enabled` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `logging_level` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file
- `clustering_enabled` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file

### Body

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Custom Functions

# Custom Functions

_These operations are deprecated._
:::warning Deprecated
These operations are deprecated.
:::

## Custom Functions Status

Expand Down