Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyouteki/zuber
A cab booking application
https://github.com/hyouteki/zuber
cab-booking database python sql
Last synced: 19 days ago
JSON representation
A cab booking application
- Host: GitHub
- URL: https://github.com/hyouteki/zuber
- Owner: hyouteki
- License: mit
- Created: 2023-01-25T14:27:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T15:55:29.000Z (about 1 year ago)
- Last Synced: 2024-10-05T23:44:38.791Z (about 1 month ago)
- Topics: cab-booking, database, python, sql
- Language: SQL
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zuber
**A cab booking application**
## Contents
- [Requirement document](https://github.com/Hyouteki/Zuber/blob/main/requirement-document.md)
- [ER model & relational schema](https://miro.com/app/board/uXjVPr03MU0=/?share_link_id=806622025749)
- Database schema & population
- [Database schema](https://github.com/Hyouteki/Zuber/blob/main/zuber-schema.sql)
- [Database population/sample data](https://github.com/Hyouteki/Zuber/blob/main/zuber-data.sql)
- Queries & relational algebra
- [Relational algebra](https://github.com/Hyouteki/Zuber/blob/main/relational-algebra.md)
- [Sample queries](https://github.com/Hyouteki/Zuber/blob/main/zuber-queries.sql)
- [Query explanation](https://github.com/Hyouteki/Zuber/blob/main/query-explaination.md)
- OLAP queries and triggers
- [OLAP queries](https://github.com/Hyouteki/Zuber/blob/main/zuber-olap.sql)
- [Triggers](https://github.com/Hyouteki/Zuber/blob/main/zuber-triggers.sql)
- Transactions
- [Transactions](https://github.com/Hyouteki/Zuber/blob/main/zuber-transactions.sql)
- [Transaction explaination](https://github.com/Hyouteki/Zuber/blob/main/transaction-explaination.md)
- [Zuber CLI](https://github.com/Hyouteki/Zuber/tree/main/CLI)
- [User guide](https://github.com/Hyouteki/Zuber/blob/main/user-guide.md)
- [How to setup](https://github.com/Hyouteki/Zuber/blob/main/how-to-setup.md)
- [License](https://github.com/Hyouteki/Zuber/blob/main/LICENSE)