rrdb | Round robin database , similar to rdb

 by   tinpotnick C Version: 1.0.1 License: No License

kandi X-RAY | rrdb Summary

kandi X-RAY | rrdb Summary

rrdb is a C library. rrdb has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Data manipulation - store and retreive round robin data. Maintain transformations (xforms) i.e. average, sum, count etc. Can be run as command or as pipe mode (for inet server). For example, imagine we wish to keep the average phone call queue duration in Asterisk. We would initialize our database file as follows: rrdb --command=create --dir=/data/rrd --filename=test.rrdb --setcount=1 --samplecount=500 --xform=RRDBCOUNT:ONEDAY:RRDBMEAN:ONEDAY:0. This creates a single db file, for one set of data (in this example for call queue duration). We could create it to include other params we want are interested in also. The xform param creates extra columns which store the values - count for the period and average value for that period and column. When a phone call is answered, Asterisk would run the command: rrdb --command=update --dir=/data/rrd --filename=test.rrdb --value=12. Then, probably in a web app, to get the data to render a graph for example: rrdb --command=fetch --dir=/data/rrd --filename=test.rrdb --xform=0. Which would return: 1494604800:1. or: rrdb --command=fetch --dir=/data/rrd --filename=test.rrdb 1494606092.19696:12.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rrdb has a low active ecosystem.
              It has 1 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              rrdb has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rrdb is 1.0.1

            kandi-Quality Quality

              rrdb has no bugs reported.

            kandi-Security Security

              rrdb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              rrdb does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              rrdb releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rrdb
            Get all kandi verified functions for this library.

            rrdb Key Features

            No Key Features are available at this moment for rrdb.

            rrdb Examples and Code Snippets

            No Code Snippets are available at this moment for rrdb.

            Community Discussions

            No Community Discussions are available at this moment for rrdb.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rrdb

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/tinpotnick/rrdb.git

          • CLI

            gh repo clone tinpotnick/rrdb

          • sshUrl

            git@github.com:tinpotnick/rrdb.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link