Parselogical

Parse the output of Postgres' logical test_decoder.
Alternatives To Parselogical
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gpdb5,940
19 hours ago416apache-2.0C
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.
Flask Admin5,4652,3099710 days ago39February 20, 2023490bsd-3-clausePython
Simple and extensible administrative interface framework for Flask
Sysbench5,290
2 months ago1February 27, 2018168gpl-2.0C
Scriptable database and system performance benchmark
Lapis2,878
a month ago157mitMoonScript
A web framework for Lua and OpenResty written in MoonScript
Marten2,43631643 days ago206July 23, 202396mitC#
.NET Transactional Document DB and Event Store on PostgreSQL
Jailer2,210
2 days ago57July 04, 2022apache-2.0Java
Database Subsetting and Relational Data Browsing Tool.
Fastapi Realworld Example App2,083
a year agomitPython
Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
Apiauto1,782
6 days ago40apache-2.0JavaScript
☔ 敏捷开发最强大易用的 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 Mem1,51032a month ago128June 27, 2023129mitTypeScript
An in memory postgres DB instance for your unit tests
Liberapay.com1,467
2 days ago478Python
Source code of the recurrent donations platform Liberapay
Alternatives To Parselogical
Select To Compare


Alternative Project Comparisons
Readme

parselogical

Parses the output of the Postgres logical replication test_decoder.

Install

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.

Usage

ptd := parselogical.NewParseResult(walString)
ptd.Parse()

// now you can access the columns via
ptd.Columns["id"] // for example

TODO: more examples!

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Popular Postgresql Projects
Popular Testing Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Testing
Postgresql
Decoder
Replication