Coder Social home page Coder Social logo

Comments (8)

timshannon avatar timshannon commented on June 3, 2024 1

pushed to master, open up a new issue if you run into anything.

Thanks,

from bolthold.

timshannon avatar timshannon commented on June 3, 2024

It might be possible. Right now you have direct access to the underlying bolt DB, so you can use nested buckets, just not with the querying interface.

What is the scenario where this would be useful? You can insert and query nested structs in Bolthold without needing nested buckets.

from bolthold.

navono avatar navono commented on June 3, 2024

Sorry for late response.

I have some nested data like this:

|- project1(bucket)
| |__ device_type_1(bucket)
| | |__ device_1(kv)
| | |__ device_2(kv)
| |
| |__ device_type_2(bucket)
| | |__ device_1
| | |__ device_2
| |
|- project2(bucket)
|

store same type data in same bucket, so can quickly locate the target bucket with some specific role(like name + id), also update or insert item in same bucket.

This is my scenario. Yes, with direct access to the underlying bolt DB, I can create nested nested buckets, but it will lose all of the benifit with bolthold, can't use exists nested bucket and query with bolthold.

Any alternative way to achieve this?

from bolthold.

timshannon avatar timshannon commented on June 3, 2024

So do you actually need querying at the project or device_type levels? If not, then you could simply put them in different database files. It would also allow for better performance since you won't have to wait on writes.

from bolthold.

timshannon avatar timshannon commented on June 3, 2024

That being said, I think I could allow for the creating of a Store object from an existing bucket. I'll give it a try and see if I run into any roadblocks.

from bolthold.

timshannon avatar timshannon commented on June 3, 2024

I think I've got this sorted out, just need to write some tests and I'll merge the changes.

from bolthold.

navono avatar navono commented on June 3, 2024

I have already know the project bucket name, and need query device_type. All about this is need a way to setup the custom bucket name as the operation bucket, then update or insert item on it.

Different database files is the alternative way, but adds administrative overhead, need a way to join queries from different databases.

from bolthold.

timshannon avatar timshannon commented on June 3, 2024

Nested Bucket support Added in #72

from bolthold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.