boltdb Questions

3

Solved

I can't get Loki to connect to AWS S3 using docker-compose. Logs are visible in Grafana but the S3 bucket remains empty. The s3 bucket is public and I have an IAM role attached to allow s3:FullAcce...
Bellebelleek asked 19/10, 2020 at 17:44

2

Solved

I am new to BoltDB and Golang, and trying to get your help. So, I understand that I can only save byte array ([]byte) for key and value of BoltDB. If I have a struct of user as below, and key will...
Clueless asked 31/3, 2016 at 2:9

1

Solved

I am thinking about using BoltDB as a backend main DB and have few question with my Go code; also need your opinion of using BoltDB as a main backend DB. I am using Go's net/http, and use boltDb ...
Satsuma asked 30/3, 2016 at 3:9

2

Solved

Bolt obtains a file lock on the data file so multiple processes cannot open the same database at the same time. Opening an already open Bolt database will cause it to hang until the other process c...
Balbo asked 8/6, 2015 at 10:49
1

© 2022 - 2024 — McMap. All rights reserved.