Skip to content
Tomex Iskandar edited this page Jan 31, 2024 · 19 revisions

Welcome to the Bintang wiki!

Please note that this package and documentation is aimed for beginners who want to learn and use Python like the author.

Bintang is the simplest temporary database that you can create and update with a few line of codes. Data is organised in a table with rows and columns (tabular) and there is no need to define schema beforehand (dynamic schema).

We have been using Bintang to cleanse and transform our dataset on the fly before the data landing to our database servers. In turns out our servers can reduce a ton of user-define functions/procedures, thus improves their availability and portability.

Please go to the README.md to get started.

Credits

We create this program from online resources and now want to give it back and hopefully useful and you can have fun :).

My special thanks to:

  • amazing people who have shared their knowledge and passion in the internet.
  • fabulous contributors to all packages that Bintang depended on.
Clone this wiki locally