Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 4.2% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org
proxy.golang.org : github.com/cockroachdb/apd
Package apd implements arbitrary-precision decimals. apd implements much of the decimal specification from the General Decimal Arithmetic (http://speleotrove.com/decimal/) description, which is refered to here as GDA. This is the same specification implemented by pythons decimal module (https://docs.python.org/2/library/decimal.html) and GCCs decimal extension. Panic-free operation. The math/big types don’t return errors, and instead panic under some conditions that are documented. This requires users to validate the inputs before using them. Meanwhile, we’d like our decimal operations to have more failure modes and more input requirements than the math/big types, so using that API would be difficult. apd instead returns errors when needed. Support for standard functions. sqrt, ln, pow, etc. Accurate and configurable precision. Operations will use enough internal precision to produce a correct result at the requested precision. Precision is set by a "context" structure that accompanies the function arguments, as discussed in the next section. Good performance. Operations will either be fast enough or will produce an error if they will be slow. This prevents edge-case operations from consuming lots of CPU or memory. Condition flags and traps. All operations will report whether their result is exact, is rounded, is over- or under-flowed, is subnormal (https://en.wikipedia.org/wiki/Denormal_number), or is some other condition. apd supports traps which will trigger an error on any of these conditions. This makes it possible to guarantee exactness in computations, if needed. SQL scan and value methods are implemented. This allows the use of Decimals as placeholder parameters and row result Scan destinations. apd has two main types. The first is Decimal which holds the values of decimals. It is simple and uses a big.Int with an exponent to describe values. Most operations on Decimals can’t produce errors as they work directly on the underlying big.Int. Notably, however, there are no arithmetic operations on Decimals. The second main type is Context, which is where all arithmetic operations are defined. A Context describes the precision, range, and some other restrictions during operations. These operations can all produce failures, and so return errors. Context operations, in addition to errors, return a Condition, which is a bitfield of flags that occurred during an operation. These include overflow, underflow, inexact, rounded, and others. The Traps field of a Context can be set which will produce an error if the corresponding flag occurs. An example of this is given below.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/cockroachdb/apd
License: Apache-2.0
Latest release: almost 7 years ago
First release: over 7 years ago
Namespace: github.com/cockroachdb
Dependent packages: 1,368
Dependent repositories: 26,502
Stars: 511 on GitHub
Forks: 32 on GitHub
Docker dependents: 164
Docker downloads: 11,134,648
See more repository details: repos.ecosyste.ms
Last synced: about 3 hours ago
github.com/Galish/url-shortener v0.0.0-20231201061356-c7da28bdd2f2
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/RedHatInsights/cyndi-operator v0.1.13
Openshift Operator for managing the Cyndi pipeline per application.14 versions - Latest release: over 1 year ago - 4 dependent packages - 3 dependent repositories - 2 stars on GitHub
github.com/redhatinsights/cyndi-operator v0.1.13
Openshift Operator for managing the Cyndi pipeline per application.14 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/ericmarcelinotju/gram v0.0.0-20231129062843-2ec34301b075
Golang boilerplate5 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/wiederin/go-invoicer v0.0.0-20231127174642-bd97b9bb6ff5
Invoice pdf generator written in Go using https://github.com/jung-kurt/gofpdf/tree/master1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/OnesmileTech/Onesmile-utils v1.1.3
Utility, shareable functions4 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/onesmiletech/onesmile-utils v1.1.3
Utility, shareable functions4 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/OneSmileTech/Onesmile-utils v1.1.3
Utility, shareable functions7 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
gitlab.collabox.dev/go/nse/nsinfra/nscockroach v0.0.0-20231123060824-476541c793c4
2 versions - Latest release: over 1 year agogitlab.systems-fd.com/packages/golang/graphql/old/postgresql/pg_repo/v2 v2.4.2
18 versions - Latest release: over 1 year ago - 1 dependent packagegithub.com/last9/timescaledb-metrics v0.0.0-20231117103959-eb05ffb94e20
Send TimescaleDB policy stats (and other things) as metrics.3 versions - Latest release: over 1 year ago - 21 stars on GitHub
gitlab.com/empowerlab/stack/lib-go v0.0.0-20231109190115-ad591bdf9fb2
4 versions - Latest release: over 1 year ago - 1 stars on GitLab.comgitlab.com/delivery_microservices/delivery_go_product_service v0.0.0-20231108082342-92e98970dc65
1 version - Latest release: over 1 year ago - 0 stars on GitLab.comgithub.com/go-bolo/drouter v0.0.3
Dynamic router for Go Bolo framework3 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/go-bolo/tags v0.0.0-20231106012324-af85ee43aee5
1 version - Latest release: over 1 year agogithub.com/berty/gno v0.0.6
Gno language & gno.land chain6 versions - Latest release: over 1 year ago - 0 stars on GitHub
gitlab.com/market_mc/market_go_product_service v0.0.0-20231026120431-87a6754ecf76
4 versions - Latest release: over 1 year agogitlab.com/market3723841/sale-service.git v0.0.0-20231024044926-f50b7e7d14ab
1 version - Latest release: over 1 year agogithub.com/go-bolo/system_settings v1.0.1
System settings Go Bolo plugin2 versions - Latest release: over 1 year ago - 3 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/go-bolo/metatags v1.0.1
HTML meta tags plugin2 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/go-bolo/msgbroker v1.0.1
Message Broker / queues plugin for Go Bolo Framework2 versions - Latest release: over 1 year ago - 3 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/coffeewasmyidea/invoice-generator v0.0.0-20231018104838-97a31bd9f7b6
It is a simple and kind of bad implementation of the small invoice generator based on gofpdf I us...10 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/v2crypto/accounting v0.0.2
money and currency formatting for golang2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/aldisaputra17/go-micro v0.0.0-20231018030711-a4064cbd3fb9
this is microservices project using golang1 version - Latest release: over 1 year ago - 0 stars on GitHub
git.agecem.com/agecem/bottin/v5 v5.6.1
Bottin de la masse étudiante, en Go18 versions - Latest release: over 1 year ago - 0 stars on git.agecem.com
github.com/replicatedcom/saaskit v0.0.0-20231017165414-d41fed602af7
Shared SaaS Code20 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 1 stars on GitHub
github.com/isaqueveras/power-sso v0.6.1
🐈⬛ 🐈 PowerSSO is a fundamental piece that authenticates and manages users13 versions - Latest release: over 1 year ago - 4 stars on GitHub
github.com/isaqueveras/powersso v0.6.1
🐈⬛ 🐈 Authenticator and user manager for systems (under construction)6 versions - Latest release: over 1 year ago - 6 stars on GitHub
github.com/mt1976/common v1.2.7
Common bit of go tooling39 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
github.com/mt1976/appFrame v1.2.7
Common bit of go tooling39 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/mt1976/AppFrame v1.2.7
Common bit of go tooling39 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mt1976/appframe v1.2.7
Common bit of go tooling39 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/webitel/logger v1.0.5
8 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/timescale/outflux v0.3.0
Export data from InfluxDB to TimescaleDB4 versions - Latest release: over 1 year ago - 74 stars on GitHub
github.com/narumiruna/bbgo-strategy v0.3.2
36 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/DenKuzin33/OtusProject/banners_rotator v0.0.0-20231005182725-da2f064a6216
2 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/Shemistan/uzum_delivery v0.0.0-20231005122726-91d06e68201a
2 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/www-golang-courses-ru/advanced-dealing-with-errors-in-go v0.0.0-20231004203501-451ec58785ae
Продвинутая работа с ошибками в Go (Golang).6 versions - Latest release: over 1 year ago - 8 stars on GitHub
github.com/rpcavaco/riscosrv_v2 v0.0.0-20231003095441-5bd4371ba732
5 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/evepraisal/go-evepraisal v0.0.0-20231001054723-0af058ba36da
the code that powers evepraisal.com4 versions - Latest release: over 1 year ago - 1 dependent repositories - 69 stars on GitHub
github.com/peppys/crib v0.0.0-20231001025843-63001499ed59
nice crib. how much?!4 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/PrunedNeuron/Fluoride v0.0.0-20230926150730-9d7e9a802fcf
Robust icon pack management platform. Currently in development.2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/tp-study-ai/backend v0.0.0-20230921130953-bfaf004bc7cc
45 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/romapres2010/meta_api v0.3.1
1 version - Latest release: over 1 year ago - 1 dependent packagegithub.com/cyverse-de/app-exposer v0.0.0-20230920234716-e7047fe83618
Allows clients to create Ingress, Service, and Endpoint objects in a K8s cluster. Intended for in...12 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
github.com/planck1858/pgxwrapper v1.0.7
Simple wrapper for postgresql8 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/Planck1858/pgxwrapper v1.0.7
9 versions - Latest release: over 1 year agogithub.com/yugabyte/pgx/v4 v4.14.8
Package pgx is a PostgreSQL database driver. pgx provides lower level access to PostgreSQL than ...38 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 5 stars on GitHub
github.com/gnolang/getting-started v0.0.0-20230912145117-ae5ceda987de
Get started with your first Gnolang Realm easily with this repo1 version - Latest release: over 1 year ago - 7 stars on GitHub
github.com/exepirit/yggmap v0.0.0-20230912141425-24ee2a598d1f
Yggdrasil mesh network map1 version - Latest release: over 1 year ago - 2 stars on GitHub
github.com/marselester/ddd-err v0.0.0-20230910172312-a0ff8ac49027
Error handling example in DDD project with Go kit.2 versions - Latest release: over 1 year ago - 12 stars on GitHub
github.com/Dewberry/mcat-hms v0.4.0
HEC-HMS Model Content and Analysis Tool (MCAT)6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/dewberry/mcat-hms v0.4.0
HEC-HMS Model Content and Analysis Tool (MCAT)6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/axelx/go-ya-diploma v0.0.0-20230831174233-5aea6ddb96c8
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/evgeny-tokarev/office_app/backend v0.0.0-20230830025705-a8a3ef35a3fa
Client-server app1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/Siddheshk02/go-invoice-generator v0.0.0-20230826162031-16a4783bc823
Package generator allows you to easily generate invoices, delivery notes and quotations in GoLang.1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/aleksa11010/go-fakture v0.6.5
Package generator allows you to easily generate invoices, delivery notes and quotations in GoLang.1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/freepaddler/yap-s56-loyalty v0.0.0-20230825103006-434a1931782b
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/scul0405/blog-clean-architecture-rest-api v0.0.0-20230823041217-331481c11ecc
a backend server for blog using clean architecture1 version - Latest release: almost 2 years ago - 2 stars on GitHub
github.com/luckyakbar/stdlib v1.2.0
standard lib for golang3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/luckyAkbar/stdlib v1.2.0
13 versions - Latest release: almost 2 years agogithub.com/sweet-go/stdlib v1.2.0
7 versions - Latest release: almost 2 years agogithub.com/sweet-go/file-server v1.2.0
basic file server3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/PaulYakow/gophkeeper v0.0.0-20230817051031-4db5c074202f
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/ariga/atlas/cmd/atlas v0.13.1
A modern tool for managing database schemas23 versions - Latest release: almost 2 years ago - 2,557 stars on GitHub
ariga.io/atlas/cmd/atlas v0.13.1
Manage your database schema as code25 versions - Latest release: almost 2 years ago - 2 dependent packages - 7 dependent repositories - 6,196 stars on GitHub
github.com/hectorj-thetreep/atlas/cmd/atlas v0.13.1
A modern tool for managing database schemas23 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/fahimanzamdip/go-invoice-api v0.0.0-20230807132912-3554f557d0ee
An open source invoicing app backend api developed with Go.1 version - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/distuurbia/profile v0.0.0-20230807062336-942ebfec15d7
2 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/ozoncp/ocp-course-api v0.0.0-20230805180505-d53fd9011477
3 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/go-bolo/msgbroker_nsq v1.0.0
NSQ message broker module for Go Bolo framework1 version - Latest release: almost 2 years ago - 0 stars on GitHub
gitee.com/guxk/xorm v1.1.0
Package xorm is a simple and powerful ORM for Go. Make sure you have installed Go 1.6+ and then:...1 version - Latest release: almost 2 years ago
github.com/naufalkhz/zakat v0.0.0-20230802024550-a5cc8ef8ed7b
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/Noooste/akamai-sensor-checker v0.0.0-20230731012348-82169b3d026f
Easy tool to check your V2 sensors2 versions - Latest release: almost 2 years ago - 17 stars on GitHub
git.fractalqb.de/fractalqb/sqzpg v0.0.0-20230730101203-7f1fdad2a7e7
2 versions - Latest release: almost 2 years agogithub.com/tnarg/rules_cue v0.0.0-20230728180844-c46c97d53444
CUE rules for Bazel2 versions - Latest release: almost 2 years ago - 32 stars on GitHub
flamingo.me/flamingo-commerce-contrib v0.0.0-20230724174041-e3b179d934a0
6 versions - Latest release: almost 2 years agogithub.com/dimuls/sql2erd v1.0.0
Generate ERD from SQL in SVG format (PostgreSQL only supported for now)1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/zhayt/cert-tz v0.0.0-20230717054458-a9fc42cc00c3
1 version - Latest release: almost 2 years ago - 1 dependent repositories - 1 stars on GitHubgithub.com/ginvmbot/newstrade v0.0.0-20230715155242-cb4139df5d38
2 versions - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHubgithub.com/uvite/onetwo v0.0.0-20230712075839-debd72c91670
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/heriant0/financial-api v0.0.0-20230711152712-4242b148303a
1 version - Latest release: almost 2 years agogithub.com/pump-games/goose v0.0.0-20230710204738-c954db4fe047
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/begenov/backend v0.0.0-20230710134027-91538462c9cb
1 version - Latest release: almost 2 years ago - 2 stars on GitHubgithub.com/hamir-suspect/go-invoice-generator v0.0.0-20230709155008-1933d0adeaf8
Package generator allows you to easily generate invoices, delivery notes and quotations in GoLang.1 version - Latest release: almost 2 years ago - 0 stars on GitHub
gitee.com/he3db/he3proxy v1.0.1
3 versions - Latest release: almost 2 years agogithub.com/htner/postgresql-parser v1.0.1
Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/martinyonatann/go-toko-app v0.0.0-20230623124955-925ade27451e
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgitee.com/quant1x/quant v1.9.6
160 versions - Latest release: almost 2 years agogithub.com/ar-siddiqui/mcat-ras v0.3.0
HEC-RAS Model Content and Analysis Tool (MCAT)9 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/cyverse-de/resource-usage-api v0.0.0-20230616204702-ae0be26224f3
6 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/ezoic/kinesis-connectors v0.0.0-20230606032021-809fe76b6171
Golang connector applications for processing Kinesis streaming event data2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/kumparan/cacher v1.17.0
Redis wrapper40 versions - Latest release: almost 2 years ago - 1 dependent package - 1 dependent repositories - 2 stars on GitHub
github.com/angao/gin-xorm-admin v0.0.0-20230602075042-e6aaabbbce79
使用 gin 和 xorm 搭建权限管理基础框架4 versions - Latest release: almost 2 years ago - 68 stars on GitHub
github.com/status-im/migrate/v4 v4.6.2-status.3
Package migrate reads migrations from sources and runs them against databases. Sources are define...5 versions - Latest release: about 2 years ago - 13 dependent packages - 9 dependent repositories - 1 stars on GitHub
github.com/rofinafiin/lapak-UMK v0.0.0-20230524055959-54c13b5a706b
1 version - Latest release: about 2 years ago - 0 stars on GitHubgithub.com/pymjer/cayley v0.8.1
An open-source graph database2 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/assembly-hub/postgres v1.2.5
4 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositoriesgithub.com/engineerXIII/Diploma-server v0.0.0-20230516014248-d8096918493a
4 versions - Latest release: about 2 years agogithub.com/mobilemindtec/go-payments v0.0.0-20230512143309-1c41614f5214
go-payments4 versions - Latest release: about 2 years ago - 0 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.