|
1 | | -# Helix Service |
| 1 | +# Helix Data Embed |
2 | 2 |
|
3 | | -> An example service to be used in and with Project Helix |
| 3 | +> Turns structured data from data sources around the web into nice JSON arrays that can be embedded using Helix-Pipeline |
4 | 4 |
|
5 | 5 | ## Status |
6 | | -[](https://codecov.io/gh/adobe/helix-service) |
7 | | -[](https://circleci.com/gh/adobe/helix-service) |
8 | | -[](https://github.com/adobe/helix-service/blob/master/LICENSE.txt) |
9 | | -[](https://github.com/adobe/helix-service/issues) |
10 | | -[](https://lgtm.com/projects/g/adobe/helix-service) |
11 | | -[](https://github.com/semantic-release/semantic-release) [](https://greenkeeper.io/) |
| 6 | +[](https://codecov.io/gh/adobe/helix-data-embed) |
| 7 | +[](https://circleci.com/gh/adobe/helix-data-embed) |
| 8 | +[](https://github.com/adobe/helix-data-embed/blob/master/LICENSE.txt) |
| 9 | +[](https://github.com/adobe/helix-data-embed/issues) |
| 10 | +[](https://lgtm.com/projects/g/adobe/helix-data-embed) |
| 11 | +[](https://github.com/semantic-release/semantic-release) |
12 | 12 |
|
13 | 13 | ## Installation |
14 | 14 |
|
15 | 15 | ## Usage |
16 | 16 |
|
17 | 17 | ```bash |
18 | | -curl https://adobeioruntime.net/api/v1/web/helix/helix-services/service@v1 |
| 18 | +curl https://adobeioruntime.net/api/v1/web/helix/helix-services/data-embed@v1/https://blogs.adobe.com/psirt/?feed=atom |
19 | 19 | ``` |
20 | 20 |
|
21 | 21 | For more, see the [API documentation](docs/API.md). |
22 | 22 |
|
23 | 23 | ## Development |
24 | 24 |
|
25 | | -### Deploying Helix Service |
| 25 | +### Deploying Helix Data Embed |
26 | 26 |
|
27 | | -Deploying Helix Service requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace. |
| 27 | +Deploying Helix Data Embed requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace. |
28 | 28 |
|
29 | | -All commits to master that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/service@ci<num>` and tagged with the CI build number. |
| 29 | +All commits to master that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/data-embed@ci<num>` and tagged with the CI build number. |
0 commit comments