Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgolubtsov/reporter-multilang
A tool to generate human-readable reports based on data from various sources with the focus on its implementation using a series of programming languages.
https://github.com/rgolubtsov/reporter-multilang
cli genie golang human-readable-reports javascript multilang mysql nodejs pdf perl postgresql python sql sqlite vala
Last synced: about 2 months ago
JSON representation
A tool to generate human-readable reports based on data from various sources with the focus on its implementation using a series of programming languages.
- Host: GitHub
- URL: https://github.com/rgolubtsov/reporter-multilang
- Owner: rgolubtsov
- License: unlicense
- Created: 2016-12-06T20:23:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T22:10:16.000Z (12 months ago)
- Last Synced: 2024-01-05T00:13:06.755Z (12 months ago)
- Topics: cli, genie, golang, human-readable-reports, javascript, multilang, mysql, nodejs, pdf, perl, postgresql, python, sql, sqlite, vala
- Language: Genie
- Size: 273 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reporter Multilang [![Build Status](https://travis-ci.org/rgolubtsov/reporter-multilang.svg?branch=master)](https://travis-ci.org/rgolubtsov/reporter-multilang)
**A tool to generate human-readable reports based on data from various sources
with the focus on its implementation using a series of programming languages**The following implementations are on the workbench (:small_blue_diamond: – complete, :small_orange_diamond: – planned/postponed, :cd: – in progress):
* SQL-PDF :small_blue_diamond: **Perl 5 ([PDF::API2](https://metacpan.org/pod/PDF::API2 "Alfred Reibenschuh's PDF::API2"))**: `reporter-cli/sql-pdf/perl/`
* SQL-PDF :small_blue_diamond: **Python 3 ([ReportLab](https://www.reportlab.com "ReportLab"))**: `reporter-cli/sql-pdf/python/`
* SQL-PDF :small_blue_diamond: **Vala ([Cairo](https://valadoc.org/cairo/index.html "Cairo"))**: `reporter-cli/sql-pdf/vala/`
* SQL-PDF :small_blue_diamond: **Genie ([Cairo](https://valadoc.org/cairo/index.html "Cairo"))**: `reporter-cli/sql-pdf/genie/`
* SQL-PDF :small_blue_diamond: **Go ([gofpdf](https://godoc.org/github.com/jung-kurt/gofpdf "Kurt Jung's gofpdf"))**: `reporter-cli/sql-pdf/go/`
* SQL-PDF :small_blue_diamond: **JavaScript (ES5/Node.js + [node-canvas](https://www.npmjs.com/package/canvas "node-canvas"))**: `reporter-cli/sql-pdf/js/`---
**TODO:** Provide a brief description of the project and other related sections (overview, design, building, running, etc.) just like in [this readme doc](https://github.com/rgolubtsov/virtblkiosim/blob/master/README.md "VIRTual BLocK IO SIMulating (virtblkiosim)") or whatsoever. :cd: