ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    BoltDB API

    IT Discussion
    golang go boltdb docker
    1
    1
    346
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stacksofplatesS
      stacksofplates
      last edited by stacksofplates

      I use BoltDB in a few of my projects. It's a nice KV database written in Go. It has the concept of buckets where a bucket can contain multiple KV pairs inside of it. The one annoyance I have with it is every time I want to use it with a project I have to write the logic around what I want to do. I could write a library around it, but then using it is limited to Go applications.

      I decided to write a REST API around BoltDB so I can just interact with it over the network. There are a couple of other projects that did this but they haven't been touched in multiple years and they also are using the old archived bolt project instead of the new bbolt project.

      The project is here. You can either run it as a standalone server or in a container image.

      1 Reply Last reply Reply Quote 3
      • 1 / 1
      • First post
        Last post