Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 02 Jul 2023 15:57:00 +0000 How to Use Iris and PostgreSQL for Web Development #web #database <h5>A guide to using PG middleware, a package for Iris that provides easy and type-safe access to PostgreSQL database.<br></h5> 1 points posted by iris-go https://dev.to/kataras/how-to-use-iris-and-postgresql-for-web-development-3kka 4810 Sun, 02 Jul 2023 15:57:00 +0000 Getting Started with Golang and Couchbase #nosql #couchbase #database 10 points posted by nraboy http://blog.couchbase.com/2016/november/getting-started-with-golang-and-couchbase 1188 Tue, 01 Nov 2016 16:00:00 +0000 Gormigrate - Minimalistic database migration helper for Gorm #database #migration 8 points posted by andreynering https://github.com/go-gormigrate/gormigrate 1031 Wed, 31 Aug 2016 16:31:00 +0000 polluter - The easiest solution to seed database with Go #seed #database #testing 4 points posted by romanyx https://github.com/romanyx/polluter 3385 Wed, 13 Jun 2018 10:27:00 +0000 Olric: Distributed and in-memory KV store which can be used as library or standalone server. #dht #key-value #database #distributed * Designed to share some transient, approximate, fast-changing data between servers, * Time-To-Live(TTL) eviction policy, * Highly available, * Horizontally scalable, * Provides best-effort consistency guarantees without being a complete CP solution, * Distributes load fairly among cluster members with a consistent hash function, * Supports replication by default(with sync and async options), 3 points posted by mastabadtomm https://github.com/buraksezer/olric 3836 Tue, 12 Mar 2019 15:54:00 +0000 k8s-rds - Kubernetes RDS provisioner #kubernetes #rds #database #aws I did a little something that can provision RDS database from Kubernetes. <br><br>Please feel free to contribute, as this is still in the early stages :)<br> 1 points posted by Soren Mathiasen https://github.com/sorenmat/k8s-rds 3208 Wed, 28 Feb 2018 14:03:00 +0000