Giter VIP home page Giter VIP logo

snap-plugin-publisher-hana's Introduction

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

This project has been identified as having known security escapes.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.

Snap publisher plugin - SAP Hana

This plugin supports pushing metrics into the SAP Hana server.

It's used in the Snap framework.

  1. Getting Started
  1. Documentation
  1. Community Support
  2. Contributing
  3. License
  4. Acknowledgements

Getting Started

System Requirements

Operating systems

All OSs currently supported by Snap:

  • Linux/amd64
  • Darwin/amd64

Support Matrix

  • Hana Plugin: v4 -> Snap version 0.9.0-beta

Installation

Download hana plugin binary:

You can get the pre-built binaries for your OS and architecture at plugin's GitHub Releases page.

To build the plugin binary:

Fork https://github.com/intelsdi-x/snap-plugin-publisher-hana

Clone repo into $GOPATH/src/github.com/intelsdi-x/:

$ git clone https://github.com/<yourGithubID>/snap-plugin-publisher-hana.git

Build the plugin by running make within the cloned repo:

$ make

This builds the plugin in ./build

Configuration and Usage

  • Set up the snap framework
  • As part of plugin configuration in Task manifest provide:
    • host default root
    • port default 30017
    • username default root
    • password default root
    • database default SNAP_TEST
    • tablename default info

Documentation

There are a number of other resources you can review to learn to use this plugin:

Roadmap

There isn't a current roadmap for this plugin, but it is in active development. As we launch this plugin, we do not have any outstanding requirements for the next release.

If you have a feature request, please add it as an issue and/or submit a pull request.

Community Support

This repository is one of many plugins in Snap, a powerful telemetry framework. See the full project at http://github.com/intelsdi-x/snap To reach out to other users, head to the main framework

Contributing

We love contributions!

There's more than one way to give back, from examples to blogs to code updates. See our recommended process in CONTRIBUTING.md.

License

Snap, along with this plugin, is an Open Source software released under the Apache 2.0 License.

Acknowledgements

And thank you! Your contribution, through code and participation, is incredibly important to us.

snap-plugin-publisher-hana's People

Contributors

andrzej-k avatar candysmurf avatar daria-lewandowska avatar geauxvirtual avatar izabellaraulin avatar jcooklin avatar katarzyna-z avatar kindermoumoute avatar marcintao avatar nanliu avatar nguyenddn avatar rdower avatar taotod avatar tiffanyfay avatar zhengqingyuan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

snap-plugin-publisher-hana's Issues

Hana integration test panics

I reverted back to the old code and it failed for not enough arguments in call to plugin.NewPluginMetricType, but that was fixed with the new edits. However, the panic is still there. This was not seen because the integration test did not run. Having it be commented out for now.

?       github.com/intelsdi-x/snap-plugin-publisher-hana    [no test files]
=== RUN   TestHANAPublish

  TestHANAPublish ๐Ÿ”ฅ


Errors:

  * /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/intelsdi-x/snap-plugin-publisher-hana/hana/hana_integration_test.go
  Line 59: - runtime error: invalid memory address or nil pointer dereference
  goroutine 6 [running]:
  github.com/intelsdi-x/snap-plugin-publisher-hana/hana.TestHANAPublish.func1()
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/intelsdi-x/snap-plugin-publisher-hana/hana/hana_integration_test.go:59 +0x66a
  github.com/jtolds/gls._m(0x0, 0xc82012a000)
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/jtolds/gls/stack_tags.go:39 +0x2b
  github.com/jtolds/gls.markS(0x0, 0xc82012a000)
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/jtolds/gls/stack_tags.go:16 +0x2b
  github.com/jtolds/gls.addStackTag(0x0, 0xc82012a000)
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/jtolds/gls/stack_tags.go:13 +0x37
  github.com/jtolds/gls.(*ContextManager).SetValues(0xc82000b760, 0xc820105440, 0xc82012a000)
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/jtolds/gls/context.go:92 +0x4a9
  github.com/intelsdi-x/snap-plugin-publisher-hana/hana.TestHANAPublish(0xc820094510)
    /Users/tjerniga/.gvm/pkgsets/system/global/src/github.com/intelsdi-x/snap-plugin-publisher-hana/hana/hana_integration_test.go:67 +0x1246
  testing.tRunner(0xc820094510, 0x7ace60)
    /Users/tjerniga/.gvm/gos/go1.5/src/testing/testing.go:456 +0x98
  created by testing.RunTests
    /Users/tjerniga/.gvm/gos/go1.5/src/testing/testing.go:561 +0x86d

Update medium test

Currently medium test need hana to be run on a local machine.

It could instead run a HANA container before running tests, in order to make it work with TravisCI.

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.