Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probablyarth/jason-engine
WIP - A full fledged database engine over json files.
https://github.com/probablyarth/jason-engine
bun database db-engine dbms json orm typescript
Last synced: 8 days ago
JSON representation
WIP - A full fledged database engine over json files.
- Host: GitHub
- URL: https://github.com/probablyarth/jason-engine
- Owner: probablyArth
- Created: 2024-04-11T06:07:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:59:51.000Z (6 months ago)
- Last Synced: 2024-10-12T08:08:27.357Z (25 days ago)
- Topics: bun, database, db-engine, dbms, json, orm, typescript
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jason-engine
A full fledged database engine over json files.
### RuntimeBunJS v1.1.3
## Project Status - [SPIKE]()
I have no idea how I am going to do this, but here we go.
I have basic knowledge of how databases work internally and constantly learning as I go.
Here is a simple(or complex (?)) implementation in typescript.## Why?
I created a basic type-safe ORM library for json files (here's a [link](https://github.com/probablyarth/jason) to that) last year and published it to npm.
However there were many more things I could add, and I have been getting more and more curious about how databases work every since I discussed indexes with one of my mentors and that led me implementing it in the library and it just made me more curious that I wanted to make it into a full-fledged database system.## Planned features
_features marked with (?) are optional and will be figured out as we go_
- Transactions
- ACID principles
- Indexes
- Authentication and Authorization (?)
- sharding (?)Also this is not an exhaustive list, as mentioned I'm figuring this out as I go.