1 stable release

1.16.0 Oct 16, 2023
0.1.16 Oct 16, 2023

#4 in #developer-friendly

22 downloads per month

Apache-2.0

17KB
193 lines

GitHub all releases GitHub code size in bytes GitHub commit activity

Polygon

Database System Designed to be Fast, Performant and Minimal


Frame 2

📖 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–13MB
~139K SLoC