Skip to content

Commit

Permalink
[docs] A few more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zuo committed Aug 26, 2020
1 parent 2dd463d commit a949605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/new_source/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Implementing a New Data Source (Developer Guide)

The aim of this guide is to describe how to implement *n6* components
that are necessary to support a new data source.
that are necessary for collecting and parsing data from a new source.


## Overview

This guide consists of two main parts:

* The first one focuses on ***collectors*** which are the main *n6*'s
data entry points. With a *collector* we are be able to obtain some
data entry points. With a *collector* we are able to obtain some
external data (for example, from a particular web site) and send those
data for further processing.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* Log into the RabbitMQ web management panel to check message queues.
* Log into the *n6* Portal and query the *n6* API through the search form.
* Query the *n6* REST API (you can use *curl*, a web browser etc.).
* Query the *n6* REST API (you can use *curl*, a web browser, etc.).

0 comments on commit a949605

Please sign in to comment.