Keen.io component template for the elastic.io platform. This component pushes arbitrary data to keen.io API using the keen-js node.js library inside.
This is an open source component template for Keen.io Online Analytics System which is developed specifically to run on elastic.io platform. You can clone it and change it as you wish. However, if you plan to deploy it into elastic.io platform you must follow sets of instructions to succeed.
PLEASE NOTE: This is a working component for Keen.io, however, it may not be suitable for every use case. Not all functionalities are included in this component template. It is your responsibility to add and modify this component to suit your integration needs.
Before you can deploy any code into our system you must be a registered elastic.io platform user. Please see our home page at http://www.elastic.io to learn how.
Any attempt to deploy a code into our platform without a registration would fail.
After the registration and opening of the account you must upload your SSH Key into our platform.
If you fail to upload you SSH Key you will get permission denied error during the deployment.
After registration and uploading of your SSH Key you can proceed to deploy it into our system. At this stage we suggest you to:
- Create a team to work on your new component. This is not required but will be automatically created using random naming by our system so we suggest you name your team accordingly.
- Create a repository where your new component is going to reside inside the team that you have just created. For a simplicity you can name your repository keenio-component or keenio.
$ git clone https://github.com/elasticio/keenio-component.git keenio-component
$ cd keenio-component
Now you can edit your version of keenio-component and change according to your needs - that is if you know what you are doing. Or you can just PUSH
it into our system to see the process in action:
$ git remote add elasticio [email protected]:keenio-component.git
$ git push elasticio master
Obviously the naming of your team and repository is entirely up-to you and if you do not put any corresponding naming our system will auto generate it for you but the naming might not entirely correspond to your project requirements.
To learn on how to use this component please check our HOW TO USE guide.