Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

TinyBI/TinyBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyBI

Travis Build Status Release Status License Go Report Card Openource

Openource BI Report System, simple and powerful

Screenshots

  • Login Page

Login Page

  • Concurrent Tasks

Concurrent Tasks

  • Version Page, loaded by module

Version Page

Features

  • Modulized Architecture (Done)
  • Scheduled Concurrent Tasks (Done)
  • Multilingual WEB UI (Done)
  • Configurable PHP modules (Done)
  • WEB APIs (Done)

Business Modules

  • General Ledger (Done, Will be splited from core)

Installation Dependencies

github.com/go-sql-driver/mysql

github.com/go-xorm/xorm

github.com/gljubojevic/gocron

github.com/360EntSecGroup-Skylar/excelize

github.com/go-gomail/gomail

github.com/chai2010/gettext-go/gettext

Installation process

  • To build TinyBI, use make.sh to simplize the Installation process
#Just enter make.sh to show usage;
./make.sh
#Build the core
./make.sh build
#Build the modules
./make.sh build_mods
#Create a new configuration from example
cp etc/config.json.example etc/config.json
#Edit the config.json, then start the binary
bin/tinybi_exec
#Visit http://your_address/setup.html to setup the system administrator

About

Openource BI Report System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published