asheshvidyut/treds

Sorted Data Structure Server - Treds is a Data Structure Server which returns data in sorted order and is the fastest prefix search server. It also persists data on disk.

35
/ 100
Emerging

This is a specialized data storage server designed for rapid retrieval of sorted data. It takes in key-value pairs, sorted maps, lists, sets, and hashes, and delivers them back quickly, always maintaining sorted order. Data is persisted on disk, ensuring it's available even after restarts. It's ideal for anyone managing large datasets where the ability to efficiently search by prefix or range and retrieve results in sorted order is critical, such as in e-commerce product catalogs or autocomplete systems.

Use this if you need extremely fast lookups and sorted retrieval of data based on prefixes, ranges, or regular expressions, especially for datasets too large to efficiently sort on the fly.

Not ideal if your primary need is complex transactional queries or if you are already deeply integrated into an existing data store that handles basic key-value retrieval sufficiently.

data-retrieval search-optimization autocomplete data-persistence real-time-analytics
No Package No Dependents
Maintenance 6 / 25
Adoption 8 / 25
Maturity 16 / 25
Community 5 / 25

How are scores calculated?

Stars

65

Forks

2

Language

Go

License

MIT

Last pushed

Oct 21, 2025

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/asheshvidyut/treds"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.