DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > LedisDB: A High-Performance, Redis-Like NoSQL DB Built in Go

LedisDB: A High-Performance, Redis-Like NoSQL DB Built in Go

Alec Noller user avatar by
Alec Noller
·
Jul. 25, 14 · Java Zone · Interview
Like (0)
Save
Tweet
12.41K Views

Join the DZone community and get the full member experience.

Join For Free

If you're looking for alternative high-performance NoSQL solutions, you might be interested in this new Redis-esque entry based on LevelDB and written in Go: LedisDB. You can find details on the homepage and grab it from GitHub, but according to the author (on the GitHub page), the key features look like this:

  • Rich advanced data structure: KV, List, Hash, ZSet, Bit.
  • Uses leveldb to store lots of data, over the memory limit.
  • Supports expiration and ttl.
  • Redis clients, like redis-cli, are supported directly.
  • Multi client API supports, including Golang, Python, Lua(Openresty).
  • Easy to embed in Golang application.
  • Replication to guarantee data safe.
  • Supplies tools to load, dump, repair database.

And for a sense of how it stacks up compared to competitors, the author's also provided a benchmark:

It looks like a pretty interesting project for Redis users or Golang believers. Check out the full site for all the details.


NoSQL

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Troubleshooting Memory Leaks With Heap Profilers
  • Datafaker: An Alternative to Using Production Data
  • ETL, ELT, and Reverse ETL
  • What Is URL Rewriting? | Java Servlets

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo