datanommer

Software Screenshot:
datanommer
Software Details:
Version: 0.1.7
Upload Date: 20 Feb 15
Developer: Ralph Bean
Distribution Type: Freeware
Downloads: 52

Rating: 4.0/5 (Total Votes: 1)

datanommer is comprised of only a fedmsg consumer that stuffs every message in a sqlalchemy database.

There are also a handful of CLI tools to dump information from the database.

Try it out

Install it on your local machine:

 sudo yum -y install datanommer

Create the file /etc/fedmsg.d/datanommer.py and add the following content:

config = {
 'datanommer.enabled': True,
 # This is not a safe location for a sqlite db...
 'datanommer.sqlalchemy.url': 'sqlite:////tmp/datanommer.db',
}


Create datanommer's DB:

 /usr/bin/datanommer-create-db

Start fedmsg-relay and datanommer:

 sudo service fedmsg-relay start
 sudo service fedmsg-hub start # this will find datanommer's consumer.


Emit a message, which gets picked up by the relay, rebroadcasted, consumed by datanommer, and stuffed into /tmp/datanommer.db:

 echo "this is a test" | fedmsg-logger

Use datanommer's clumsy CLI tools to inspect the DB. Was the message stored?

 /usr/bin/datanommer-stats
 /usr/bin/datanommer-dump

Requirements:

  • Python

Similar Software

pgmigrate2
pgmigrate2

14 Apr 15

anykeystore
anykeystore

15 Apr 15

codership-mysql
codership-mysql

12 May 15

DBeaver
DBeaver

22 Jun 18

Other Software of Developer Ralph Bean

raptorizemw
raptorizemw

20 Feb 15

mdemos.all
mdemos.all

14 Apr 15

python-premailer
python-premailer

12 May 15

busmon
busmon

20 Feb 15

Comments to datanommer

Comments not found
Add Comment
Turn on images!