Skip to content

Commit

Permalink
Beta 8
Browse files Browse the repository at this point in the history
  • Loading branch information
David Berneda committed Feb 12, 2016
1 parent cea63d8 commit 3ef1639
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,45 @@

### What is TeeBI ?

A simple class to implement in-memory database structures to provide:
A simple class to implement in-memory database complex structures to provide:

- Ultra fast speed (every column or field is a simple array)

- Import data from files, databases, objects (ORM) in one or few lines of code

- Automatic relationships between columns (master-detail, indexes, foreign keys)
- Automatic relationships between columns (master-detail), indexes and foreign keys

- SQL-like queries and summaries by code or "select" scripts
- SQL-like high-speed queries and summaries by code or "select" scripts

- Transparent remote web server fast data access (compressed binary streams)

- Automatic visualizations of complex structures (charts, grids and more)

- Data export, comparisons and manipulations
- Data export (csv,pdf,html,xml,excel,json), comparisons and manipulations

- Machine-learning and statistics (native data pass to R and Python)
- Machine-learning and statistics (native data pass to R Language and Python Scikit)

- Big-data ready, billions of cells supported

- Multi-platform (Windows, Mac OSX, Android, iOS, Linux and more)

- Supported development environments:

* Embarcadero Studio XE4 and up (Delphi and C++)
* Visual Studio (.NET)
* Lazarus / FreePascal

### Getting started

- [Download latest version](https://drive.google.com/file/d/0BymV3q6di65nTHFOU2U1aENITFk) (Beta 7, Jan-27th 2016)
- [Download latest version](https://drive.google.com/file/d/0BymV3q6di65nTHFOU2U1aENITFk) (Beta 8, Feb-12th 2016)

- [Release Notes](https://github.com/Steema/BI/blob/master/docs/releasenotes.md) (What's new in beta 7)
- [Release Notes](https://github.com/Steema/BI/blob/master/docs/releasenotes.md) (What's new in beta 8)

- [Installing](https://github.com/Steema/BI/wiki/Installing-TeeBI)

- [Documentation](https://github.com/Steema/BI/wiki)

- Examples and Tutorials
- [Examples and Tutorials](https://github.com/Steema/BI/tree/master/demos)

### Links

Expand Down

0 comments on commit 3ef1639

Please sign in to comment.