MCPcopy Index your code
hub / github.com/PolygonDB/PolygonDB

github.com/PolygonDB/PolygonDB @v1.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.5 ↗ · + Follow
253 symbols 654 edges 15 files 126 documented · 50%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

    <a href="https://discord.gg/muXKEkbRwp">

Discord Banner 2 Discord Banner 2 Discord Banner 2 Discord Banner 2 Discord Banner 2 Discord Banner 2

👀 Community Projects

Name & Link Description Type
PloyconJS NodeJS Package for Polygon Package
PolyDash Polygon 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

Extension points exported contracts — how you extend this code

EncodeOpt (FuncType)
EncodeOpt is a functional option for the EncodeJSON method.
GoPackage/gabs.Revisioned/main.go

Core symbols most depended-on inside this repo

Data
called by 49
GoPackage/gabs.Revisioned/main.go
Path
called by 19
GoPackage/gabs.Revisioned/main.go
Set
called by 16
GoPackage/gabs.Revisioned/main.go
Bytes
called by 15
GoPackage/gabs.Revisioned/main.go
DotPathToSlice
called by 12
GoPackage/gabs.Revisioned/main.go
Search
called by 12
GoPackage/gabs.Revisioned/main.go
WriteFile
called by 10
Polygon_Mercury/main.go
datacheck
called by 8
main.go

Shape

Function 165
Method 65
Struct 22
FuncType 1

Languages

Go95%
TypeScript2%
Python2%

Modules by API surface

GoPackage/gabs.Revisioned/main.go62 symbols
main.go61 symbols
Polygon_Mercury/main.go49 symbols
GoPackage/main.go40 symbols
GoPackage/utilities/terminal/terminal.go8 symbols
GoPackage/utilities/polySync/polySync.go5 symbols
GoPackage/utilities/polyEncrypt/polyEncrypt.go5 symbols
GoPackage/arenas/main.go4 symbols
benchmarks/Search_PolygonvsPython.py3 symbols
benchmarks/Search_PolygonvsNode.js3 symbols
benchmarks/Index_PolygonvsPython.py3 symbols
benchmarks/Index_PolygonvsNode.js3 symbols

For agents

$ claude mcp add PolygonDB \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact