Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/rupurt
https://github.com/rupurt/rupurt
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rupurt/rupurt
- Owner: rupurt
- License: mit
- Created: 2022-01-16T17:48:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T00:03:16.000Z (6 months ago)
- Last Synced: 2024-10-10T14:38:34.900Z (about 1 month ago)
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Howdy 👋
I'm a full stack software developer with a love for building tools.
I love the challenge of building complex distributed systems for large scale transactional
and analytical streaming workloads for domains such as high frequency trading, data
engineering and anomaly detection.I've been fortunate enough to work with many great languages and tools over the years and have
enjoyed the opportunity to [publish](https://github.com/rupurt) much of my work as
open source code. I'm the author of the most popular Elixir trading libraries through
the [tai](https://github.com/fremantle-industries/tai) toolkit which can be composed as a full
CeFi/DeFi trading platform called [prop](https://github.com/fremantle-industries/prop).I've learned a great deal about building reliable distributed systems in the presence of errors
through the Elixir/Erlang OTP ecosystem and have applied them in a golang streaming lakehouse
based on the [kappa](https://milinda.pathirage.org/kappa-architecture.com) architecture to help
tame dataflow to productively build ambitious, data driven & reactive applications in a library
called [tabletop](https://github.com/fremantle-industries/tabletop).Check out my [profile](https://rupurt.github.io) to learn more...
### Projects
#### Python
- [llm-http-api](https://github.com/rupurt/llm-http-api) - HTTP API for LLM with OpenAI compatibility
- [pydanticutils](https://github.com/rupurt/pydanticutils) - Pydantic utility helpes
- [typerutils](https://github.com/rupurt/typerutils) - Typer utility helpers
- [quartutils](https://github.com/rupurt/quartutils) - Quart utility helpers
- [winion](https://github.com/rupurt/winion) - A producer/consumer async runtime for Python#### C++
- [odbc-scanner-duckdb-extension](https://github.com/rupurt/odbc-scanner-duckdb-extension) - A DuckDB extension to read data directly from databases supporting the ODBC interface
#### Zig
- [duckdb-extension-template-zig](https://github.com/rupurt/duckdb-extension-template-zig) - A Zig template for building DuckDB extensions
- [zodbc](https://github.com/rupurt/zodbc) - A blazing fast ODBC Zig client
- [spoke](https://github.com/spoke-data/spoke) - Universal data connector
- [transit](https://github.com/fremantle-industries/transit) - A bytes first implementation of the Kafka API within an S3 keyspace
- [utc](https://github.com/rupurt/utc) - Universal transpiler collection
- [tif](https://github.com/rupurt/tif) - Lightning fast tabular diffs, patches and merges for larger than memory datasets#### Nix
- [duckdb-nix](https://github.com/rupurt/duckdb-nix) - Nix flake for development with multiple DuckDB versions
- [odbc-drivers-nix](https://github.com/rupurt/odbc-drivers-nix) - Nix flake for ODBC drivers
- [bun-nix](https://github.com/rupurt/bun-nix) - Nix flake for bun.sh
- [gnu-cobol-nix](https://github.com/rupurt/gnu-cobol-nix) - Nix flake to build GnuCOBOL and GnuCOBOL Contrib
- [kcctl](https://github.com/rupurt/kcctl-nix) - Nix flake for kcctl
- [xxdnix](https://github.com/rupurt/xxdnix) - Nix flake for xxd supporting wider columns
- [odbc2parquet-nix](https://github.com/rupurt/odbc2parquet-nix) - Nix flake for odbc2parquet
- [flytectl-nix](https://github.com/rupurt/flytectl-nix) - Nix flake for flytectl
- [nix-home](https://github.com/rupurt/nix-home) - Nix home-manager configuration#### Elixir
- [tai](https://github.com/fremantle-industries/tai) - A composable, real time, market data and trade execution toolkit
- [prop](https://github.com/fremantle-industries/prop) - An open and opinionated trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation.
- [workbench](https://github.com/fremantle-industries/workbench) - From Idea to Execution - Manage your trading operation across a distributed cluster
- [history](https://github.com/fremantle-industries/history) - Download and warehouse historical trading data
- [wrap](https://github.com/fremantle-industries/wrap) - Build, Publish & Deploy Elixir Infrastructure to the cloud with Docker & Terraform
- [libcluster_gce](https://github.com/fremantle-industries/libcluster_gce) - Google Compute Engine (GCE) clustering strategy for libcluster. It currently supports identifying nodes based on GCE labels
- [clustered](https://github.com/fremantle-industries/clustered) - Elixir cluster utilities
- [stored](https://github.com/fremantle-industries/stored) - Store & retrieve structs against various backends with a simple lightweight API
- [juice](https://github.com/rupurt/juice) - Reduce in memory data structures using a lightweight query language
- [ordered_nary_tree](https://github.com/fremantle-industries/ordered_nary_tree) - A map based implementation of a pure Elixir ordered n-ary tree
- [ecto_term](https://github.com/fremantle-industries/ecto_term) - Ecto type for Erlang term format
- [enumerati](https://github.com/rupurt/enumerati) - Filter and order an enumerable collection of structs
- [with_env](https://github.com/fremantle-industries/with_env) - Manage the Elixir application environment within a context
- [navigator](https://github.com/fremantle-industries/navigator) - Global navigation between multiple Phoenix endpoints
- [notified](https://github.com/fremantle-industries/notified) - An Elixir library for application notifications
- [notified_phoenix](https://github.com/fremantle-industries/notified_phoenix) - Phoenix live views for notified
- [paged_query](https://github.com/fremantle-industries/paged_query) - Ecto query helpers for pagination
- [slurp](https://github.com/fremantle-industries/slurp) - An EVM block ingestion toolkit for Elixir
- [slurpee](https://github.com/fremantle-industries/slurpee) - A GUI frontend to manage blockchain ingestion with slurp
- [ex_bitmex](https://github.com/fremantle-industries/ex_bitmex) - BitMEX API Client for Elixir
- [ex_deribit](https://github.com/fremantle-industries/ex_deribit) - Deribit API Client for Elixir
- [ex_binance](https://github.com/fremantle-industries/ex_binance) - Binance API Client for Elixir
- [ex_bitstamp](https://github.com/fremantle-industries/ex_bitstamp) - Bitstamp API client for Elixir#### Go
- [chainlink](https://github.com/smartcontractkit/chainlink) - Node of the decentralized oracle network, bridging on and off-chain computation
- [workshop](https://github.com/fremantle-industries/workshop) - Create, manage & improve your automated trading strategies with rich and diverse data sets, a first class local development experience and a progression story for deployment across clouds.