Giter VIP home page Giter VIP logo

docs's Introduction

TriggerMesh Logo

Release CircleCI Go Report Card Slack

The TriggerMesh Cloud Native Integration Platform consists of a set of APIs which allows you to build event-driven applications. Implemented as a set of Kubernetes CRDs and a Kubernetes controller, it gives you a way to declaratively define your event sources and event targets, in addition to potential actions needed in your applications: content-based event filtering, event splitting, event transformation and event processing via functions.

Getting Started

Installation

To install TriggerMesh, follow the installation instructions.

TL;DR

Register TriggerMesh APIs by deploying the Custom Resources Definitions:

kubectl apply -f https://github.com/triggermesh/triggermesh/releases/latest/download/triggermesh-crds.yaml

Deploy the platform:

kubectl apply -f https://github.com/triggermesh/triggermesh/releases/latest/download/triggermesh.yaml

Namespaced installation

By default, TriggerMesh works with resources across all namespaces in the Kubernetes cluster. This requires permissions provided by ClusterRoles and ClusterRoleBindings. If cluster-wide permissions are not desired, TriggerMesh can be configured to run in a single namespace. To get the namespace-scoped installation, first, deploy the CRDs:

kubectl apply -f https://github.com/triggermesh/triggermesh/releases/latest/download/triggermesh-crds.yaml

And then, using kubectl's "kustomization" feature, install customized manifests:

kubectl apply -k config/kustomization/namespaced/

Controllers created with this command won't reconcile resources outside the triggermesh namespace, ClusterRoleBindings will have the namespace scope.

Contributing

Please refer to our guidelines for contributors.

Commercial Support

TriggerMesh Inc. offers commercial support for the TriggerMesh platform. Email us at [email protected] to get more details.

License

This software is licensed under the Apache License, Version 2.0.

Additionally, the End User License Agreement included in the EULA.pdf file applies to compiled executables and container images released by TriggerMesh Inc.

docs's People

Contributors

alicenstar avatar antoineco avatar cab105 avatar cparlette avatar cyberwoodford avatar daceynolan avatar deceptikon avatar franbarrera avatar jeffneff avatar jmcx avatar joejulian avatar kallielev avatar mattray avatar odacremolbap avatar sebgoa avatar thomasgilmore avatar tzununbekov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docs's Issues

Create template for creating issues and pull requests

As a developer, I would like to see detailed templates/rules for creating issues and pull requests. As a member of the TriggerMesh application, I would also like to see these guidelines in place to make open source contributions easier.

Expected

  • create or template
  • create issue template
  • provide guidelines for each

Use the 3rd person consistently

For technical documentation, have been taught to use the 3rd person in order to remove the perception of bias and also remove a sense of familiarity.

Originally posted by @cab105 in #29

We should modify all pages that use the 2nd person, and remember to follow this rule in the future.

Migrate target docs

The target docs for confluent, googlesheets, and tekton were originally migrated over from the developer documentation, but could use some love by integrating it more into the UI/frontend.

Add Datadog Target

Add user facing documentation on setting up the target and provide expectation of the event types as requested by #45.

Add EventBridge Target docs

We need a guide to setup the eventbridge target docs with snapshots from our UI and the AWS UI.

Maybe also a screencast that we can put on youtube

Add Targets documentation

Add targets documentation

  • What they are
  • How to consume them, what automatic translations are supported

Update docs for Datadog

The datadog target was recently updated to use their native API instead of forwarding events through dogstatsd. As a result, the event type and payload has been altered to more accurately reflect what is expected by the Datadog API, however our docs have not been updated to keep in sync.

Update Targets to look like the template

As a user, I would like all of the docs to have the same look and feel. Currently, depending on which dev created the docs, docs are not consistent. This can be difficult for users to know exactly where they can find the info they need.

We have created Target Templates and Examples. We will need all existing Targets to follow this style. You do not need to change screenshots of images, this is only to fix the formatting of text and location of text.

For example, we want an unordered list of the Prerequisites. If there is any test linking to what that prerequisite does or needs, we will need a separate section for that text.

Example:

Prerequisites
- AWS ARN
- AWS Credential

AWS ARN
 This explains the foo bar baz biz

If you see spelling mistakes or grammar mistakes you may fix them in this issue.
If you would like to change the verbiage to something that makes more sense - go for it :)

ToDo

  • go to templates/target/targetExample.md change Prerequisites to Prerequisite(s)
  • go to templates/target/targetTemplate.md change Prerequisites to Prerequisite(s)
  • go through all of the targets in the folder targets and change the format to the template

AWS and Azure Source/Target Cleanup

Update the sources/targets index to reflect all sources and targets. In addition, break up the single AWS target to reflect the different AWS offerings.

Fix capitalization and spelling mistakes

Currently, we have GitLab spelled as Gitlab. Also in the Targets tab, we have Elasticsearch spelled as Elasticsarch

I think this is a good opportunity to go through all of the Services, Targets, etc to make sure that we have all of the company's names spelled correctly and using the correct capitalization.

List of Targets and Services
AWS (Lambda, Kinesis, EventBridge, CodeCommit, SQS, SNS, DynamoDB)
GitHub
GitLab
Datadog
SendGrid
Elasticsearch
Hasura
Oracle
Slack
Splunk
Tekton
Zendesk
Twilio
Azure
OCIMetrics - Oracle Cloud Infrastructure Metrics
Salesforce

Update Sources to look like the template formatting

As a user, I would like all of the docs to have the same look and feel. Currently, depending on which dev created the docs, docs are not consistent. This can be difficult for users to know exactly where they can find the info they need.

We have created Source Templates and Examples. We will need all existing Sources to follow this style. You do not need to change screenshots of images, this is only to fix the formatting of text and location of text.

For example, we want an unordered list of the Prerequisites. If there is any test linking to what that prerequisite does or needs, we will need a separate section for that text.

Example:

Prerequisites
- AWS ARN
- AWS Credential

AWS ARN
 This explains the foo bar baz biz

If you see spelling mistakes or grammar mistakes you may fix them in this issue.
If you would like to change verbiage to something that makes more sense - go for it :)

ToDo

  • go to templates/source/sourceExample.md change Prerequisites to Prerequisite(s)
  • go to templates/source/sourceTemplate.md change Prerequisites to Prerequisite(s)
  • go through all of the sources in the folder sources and change the format to the template

Edit ReadMe for mkdocs installatin

I tried to install mkdocs based on the ReadMe. What I found was since I had python version 3 installed, the pip command did not work. It was pip3.

Update screenshots

Currently, the screenshots provided in the documentation are not up-to-date with the current design.

You may need to update directions based on the new screenshots.

Create Rules Page

Maybe there should be a rules pages that goes under templates.

Rules:
Use of - for bullets
Capital letter for TriggerMesh known elements like Bridges, Sources, Targets, use TriggerMesh and not Triggermesh.
Use 1. instead of 1. 2. 3. for lists.

Add docs for all targets and sources

Sources

  • awscodecommit
  • awscognitoidentity
  • awscognitouserpool (#77)
  • awsdynamodb
  • awsiot
  • awskinesis
  • awssns (#83)
  • awssqs
  • azureactivitylogs
  • azureblobstorage (#117)
  • azureeventhub (#56)
  • salesforce
  • http (#76)
  • ocimentrics (#54)
  • slack (#63)
  • zendesk

Targets

  • awslambda (#56)
  • awssns (#56)
  • awssqs (#56)
  • awskinesis (#56)
  • awss3 (#56)
  • awseventbridge
  • confluent (#75)
  • datadog (#61)
  • elasticsearch
  • googlesheet (#65)
  • hasura
  • http (#78)
  • infra - Pablo -
  • oracle (#54)
  • sendgrid
  • slack (#63)
  • splunk
  • tekton (#65)
  • twilio
  • zendesk

Add CI

currently the docs do not get automatically deployed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.