![GitHub all releases](https://img.shields.io/github/downloads/JewishLewish/PolygonDB/total?color=63C9A4&style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Jewishlewish/PolygonDB?color=63C9A4&style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/JewishLewish/PolygonDB?color=63C9A4&style=for-the-badge)
Polygon
Database System Designed to be Fast, Performant and Minimal
[![Frame 2](https://user-images.githubusercontent.com/65754609/215379958-d8f02d22-fec4-4200-85c1-0177a62e661d.png)](https://discord.gg/heWJfMSMTm)
## 📖 [Wiki](https://github.com/JewishLewish/PolygonDB/wiki)
## ⚡️ Quickstart
```python
import json
from websocket import create_connection
ws = create_connection("ws://localhost:8000/ws")
ws.send(json.dumps(
{
'password': 'Secret_Password',
'dbname': 'CatoDB',
'location' :'rows.0.name',
'action' : 'retrieve'
}
))
print(json.loads(ws.recv())) # "A"
```
## 🎯 Features
* Low Memory Usage
* Developer-Friendly
* Compatible with any lang (C to Python)
* Easy-to-Setup
* Customizable Password Security
* Takes Advantage of Synchronization
* Multi-thread safe
## 💡 Companies Who Use it
## 👀 Community Projects
| Name & Link | Description | Type |
|---------------|---------------------------------------------------| ------- |
| [PolyconJS](https://github.com/NekaouMike/PolyConJS) | NodeJS Package for Polygon | Package |
| [PolyDash](https://github.com/NekaouMike/PolyDash) | Polygon Dashboard for Data Displaying | Utility|
| [PolygonPy](https://github.com/DWAA1660/PolyWrapper) | Python Package for Polygon | Package |
## Contact me
If you wish for your company / module / Utility to be placed here make a request on our discord server.
Email: ``lenny@lunes.host``