Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gpdb | 5,940 | 19 hours ago | 416 | apache-2.0 | C | |||||
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. | ||||||||||
Flask Admin | 5,465 | 2,309 | 97 | 10 days ago | 39 | February 20, 2023 | 490 | bsd-3-clause | Python | |
Simple and extensible administrative interface framework for Flask | ||||||||||
Sysbench | 5,290 | 2 months ago | 1 | February 27, 2018 | 168 | gpl-2.0 | C | |||
Scriptable database and system performance benchmark | ||||||||||
Lapis | 2,878 | a month ago | 157 | mit | MoonScript | |||||
A web framework for Lua and OpenResty written in MoonScript | ||||||||||
Marten | 2,436 | 31 | 64 | 3 days ago | 206 | July 23, 2023 | 96 | mit | C# | |
.NET Transactional Document DB and Event Store on PostgreSQL | ||||||||||
Jailer | 2,210 | 2 days ago | 57 | July 04, 2022 | apache-2.0 | Java | ||||
Database Subsetting and Relational Data Browsing Tool. | ||||||||||
Fastapi Realworld Example App | 2,083 | a year ago | mit | Python | ||||||
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI | ||||||||||
Apiauto | 1,782 | 6 days ago | 40 | apache-2.0 | JavaScript | |||||
☔ 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释,集 文档、测试、Mock、调试、管理 于一体的一站式体验。☔ The most advanced tool for HTTP API. Testing with machine learning, generating codes and static analysis, generating comments and floating hints, one site for document, testing, mocking, debugging and management. | ||||||||||
Pg Mem | 1,510 | 32 | a month ago | 128 | June 27, 2023 | 129 | mit | TypeScript | ||
An in memory postgres DB instance for your unit tests | ||||||||||
Liberapay.com | 1,467 | 2 days ago | 478 | Python | ||||||
Source code of the recurrent donations platform Liberapay |
Parses the output of the Postgres logical replication test_decoder.
To install, run:
go get github.com/nickelser/parselogical
This will give you the github.com/nickelser/parselogical
library, assuming your Go paths are setup correctly.
ptd := parselogical.NewParseResult(walString)
ptd.Parse()
// now you can access the columns via
ptd.Columns["id"] // for example
TODO: more examples!
Everyone is encouraged to help improve this project. Here are a few ways you can help: