1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update intro.md

This commit is contained in:
Ginger Collison 2019-10-04 11:03:33 -05:00 committed by GitHub
parent 7fb7b9af19
commit 2543cb12c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,31 +2,7 @@
NATS Streaming is a data streaming system powered by NATS, and written in the Go programming language. The executable name for the NATS Streaming server is `nats-streaming-server`. NATS Streaming embeds, extends, and interoperates seamlessly with the core NATS platform. The [NATS Streaming server](https://github.com/nats-io/nats-streaming-server) is provided as open source software under the Apache-2.0 license. Synadia actively maintains and supports the NATS Streaming server. NATS Streaming is a data streaming system powered by NATS, and written in the Go programming language. The executable name for the NATS Streaming server is `nats-streaming-server`. NATS Streaming embeds, extends, and interoperates seamlessly with the core NATS platform. The [NATS Streaming server](https://github.com/nats-io/nats-streaming-server) is provided as open source software under the Apache-2.0 license. Synadia actively maintains and supports the NATS Streaming server.
<div class="graphviz"><code data-viz="dot"> ![NATS Streaming](/assets/images/nats_streaming.svg)
digraph nats_streaming {
graph [splines=ortho, nodesep=1];
application [shape="record", label="{Application Code | NATS Streaming Client API | <nats> NATS Client API}"];
subgraph cluster_nats_streaming_server {
label="NATS Streaming Server";
labelloc=b;
nats_server [shape=box, label="NATS Server"];
streaming_module [shape=box, label="Streaming Module"];
nats_server -> streaming_module [penwidth=2, dir="both"];
{
rank=same
nats_server streaming_module
}
}
storage [shape=box, style="rounded", label="storage"];
application:nats -> nats_server [penwidth=2, dir="both"];
streaming_module -> storage [penwidth=2, dir="both"];
}
</code></div>
## Features ## Features
@ -52,4 +28,4 @@ NATS provides a [server binary](gettingstarted/install.md) for Linux, Mac, and W
## Usage, Configuration and Administration ## Usage, Configuration and Administration
NATS Streaming provides a rich set of commands and parameters to configure all aspects of the server. Please refer to the [Configuring](configuring/configuring.md) for further information on usage, configuration, and administration. NATS Streaming provides a rich set of commands and parameters to configure all aspects of the server. Please refer to the [Configuring](configuring/configuring.md) for further information on usage, configuration, and administration.