awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

Archetype-Dynamics/OstrichDB-CLI

0
View on GitHub↗
0 stars·0 forks·5 views

OstrichDB CLI

Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool for your terminal. Written in Odin, it features an intuitive query structure, hierarchical data organization, and built-in security systems, making it ideal for anyone seeking an…

Features

  • Web and Networking - Terminal-based document database management tool.

Star history

Star history chart for archetype-dynamics/ostrichdb-cliStar history chart for archetype-dynamics/ostrichdb-cli

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to OstrichDB CLI

Similar open-source projects, ranked by how many features they share with OstrichDB CLI.
  • max-mapper/art-of-nodemax-mapper avatar

    max-mapper/art-of-node

    9,873View on GitHub↗

    This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves as a comprehensive introduction to core concepts, including asynchronous programming tutorials, network application primers, and guides on the module system and stream API. The material focuses on the fundamental building blocks of server-side development, specifically how to create reusable code packages and manage project dependencies via a module manifest. It provides detailed instruction on building programs that communicate over HTTP and TCP protocols to exchange data acr

    JavaScript
    View on GitHub↗9,873
  • chriskohlhoff/asiochriskohlhoff avatar

    chriskohlhoff/asio

    5,896View on GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    View on GitHub↗5,896
  • fawdlstty/libfvfawdlstty avatar

    fawdlstty/libfv

    142View on GitHub↗

    libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client

    C++
    View on GitHub↗142
  • benjamindblock/odin-mustachebenjamindblock avatar

    benjamindblock/odin-mustache

    38View on GitHub↗

    Native implementation of {{mustache}} templates in Odin.

    Odin
    View on GitHub↗38
See all 25 alternatives to OstrichDB CLI→

Frequently asked questions

What does archetype-dynamics/ostrichdb-cli do?

Built from scratch, the OstrichDB engine powers the OstrichDB CLI—a lightweight yet powerful database management tool for your terminal. Written in Odin, it features an intuitive query structure, hierarchical data organization, and built-in security systems, making it ideal for anyone seeking an…

What are the main features of archetype-dynamics/ostrichdb-cli?

The main features of archetype-dynamics/ostrichdb-cli are: Web and Networking.

What are some open-source alternatives to archetype-dynamics/ostrichdb-cli?

Open-source alternatives to archetype-dynamics/ostrichdb-cli include: max-mapper/art-of-node — This project is a curated educational guide and instructional resource for the Node.js runtime environment. It serves… archetype-dynamics/open-ostrichdb — Open-source implementation of the OstrichDB database backend written in Odin. fawdlstty/libfv — libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client. gmlc-tdc/netif — Header-only C++14 library for getting addresses associated with network interfaces without name lookups on Windows,… chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… benjamindblock/odin-mustache — Native implementation of {{mustache}} templates in Odin.