1 stable release
1.16.0 | Oct 16, 2023 |
---|---|
0.1.16 |
|
#42 in #less
17KB
193 lines
Polygon
Database System Designed to be Fast, Performant and Minimal
📖 Wiki
⚡️ Quickstart
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 | NodeJS Package for Polygon | Package |
PolyDash | Polygon Dashboard for Data Displaying | Utility |
PolygonPy | 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
Dependencies
~5–12MB
~143K SLoC