Search Results for "micro services" - Page 2

Showing 50 open source projects for "micro services"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    ksniff

    ksniff

    Kubectl plugin to ease sniffing on kubernetes pods using tcpdump

    A kubectl plugin that utilizes tcpdump and Wireshark to start a remote capture on any pod in your Kubernetes cluster. You get the full power of Wireshark with minimal impact on your running pods. When working with micro-services, many times it's very helpful to get a capture of the network activity between your micro-service and its dependencies. ksniff use kubectl to upload a statically compiled tcpdump binary to your pod and redirect it's output to your local Wireshark for a smooth network debugging experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Apollo

    Apollo

    Java libraries for writing composable microservices

    Apollo is a set of Java libraries that we use at Spotify when writing micro-services. Apollo includes features such as an HTTP server and a URI routing system, making it trivial to implement RESTful services. Apollo has been used in production at Spotify for a long time. As a part of the work to release version 1.0.0 we are moving the development of Apollo in to the open. The apollo-api library defines the interfaces for your request routing and request/reply handlers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LAppS

    LAppS

    Lua Application Server for micro-services with default communication

    This is an attempt to provide very easy-to-use Lua Application Server working over WebSockets protocol (RFC 6455). LAppS is an application server for micro-services architecture. It is build to be highly scalable vertically. The docker cloud infrastructure (kubernetes or swarm) shall be used for horizontal scaling. LAppS has most scallable WebSockets server out there. LAppS is the same thing to WebSockets as the Apache or Nginx are to HTTP. LAppS does not supports HTTP (though it supports HTTP Upgrade GET request as per RFC 6455). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Goku

    Goku

    A powerful HTTP API gateway in pure golang

    Goku API Gateway is a Golang-based microservice gateway that enables high-performance dynamic routing, service orchestration, multi-tenancy management, API access control, etc. It's also suitable for API management under a micro-service system. Goku provides a graphic interface and plug-in system to make configuration easier and expand more conveniently. Goku API Gateway is a microservice gateway that runs on the boundaries of enterprise system services. When you build websites, apps, IoT, and even API transactions, Goku API Gateway can help you extract duplicate components from your internal system and place them on the Goku gateway, such as user authorization, access control, traffic monitoring, firewalls, data cache, data conversion and so on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    Zero Publisher

    A lightweight event driven system written in Free Pascal using ZeroMQ

    This is a lightweight event driven system that I have been playing with. I wanted a way to avoid writing monolithic programs. I started this project using Free Pascal and ZeroMQ to create an event driven way for programs to communicate with one another. Also I have a semi finished logging system that makes use of the Zero Publisher. In many ways this project is a throw back to my early days writing Pascal programs for the Convergent Technologies Operating System (CTOS). CTOS was a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pydio Cells

    Pydio Cells

    Formerly AjaXplorer, file sharing platform for the enterprise

    Pydio Cells is the mature open source alternative to dropbox and box, for the enterprise. Why building your own box? You need to access your documents across multiple devices, and regularly share documents (weblinks) and folders with your contacts and teams. Still, using a consumer SaaS box or drive service is neither practical nor safe. And enterprise SaaS box or drive services are expensive and come with Disk Storage that you already have on your servers or private cloud. How to...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Blink

    Blink

    A high performance web framework and application server in PHP

    Blink is a micro web framework for building long-running and high-performance services, the design heavily inspired by Yii2 and Laravel. Blink aims to provide the most expressive and elegant API and try to make the experience of web development as pleasant as possible. Besides, Blink is also an application server that can serve requests directly in PHP, without php-fpm or Apache's mod_php. we use the Swoole extension as the underlying networking library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Polka

    Polka

    A micro web server so fast, it'll make you dance

    ...Because it focuses on speed and small size, polka can be attractive for performance-sensitive services, serverless functions, or applications where dependency budgets are tight. The project exposes common features like route parameters, query parsing (usually via external middleware), and simple error handling, but leaves more advanced concerns to the user or ecosystem packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Enduro/X

    Middleware for high-performance multi processing

    Enduro/X is middleware and application server for distributed transaction multi-processing. It supports C/C++/Go/Perl/PHP for doing cross process IPC. The middlware allows programmers to easily write a micro-services based software, mix the languages and control all different language processes with single administration interface. The system uses proven XATMI interface for IPC API. The services in system are fault tolerant, self healing, real time ready. Enduro/X runs on all major UNIX/Linux Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Choqok ( pronounced: tʃœˈʁʊk ) is a Free/Open Source micro-blogging client for K Desktop Environment. The name comes from an ancient Persian word, means Sparrow! Currently supports Twitter.com, Identi.ca and opendesktop.org services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    nacho

    nacho

    Python micro web-framework and asynchronous networking library

    Nacho is an open-source CLI tool (or library) that streamlines the creation of RESTful APIs, scaffolding, or microservices in a chosen framework, reducing boilerplate and enabling rapid building of backend services. It focuses on productivity by providing commands to generate endpoints, data models, controllers, and routing based on standard patterns (CRUD, REST conventions). The tool also includes support for middleware integration, automatic documentation (such as via OpenAPI/Swagger), and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    volunteered geographic service build up on top of the idea of volunteered geographic information and provide a service bus and framework to deploy micro-services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MetaTweet is a highly-extensible client-server modeled intelligent gateway as one platform, namely Hub System, to access micro-blogs such as Twitter, etc. MetaTweet also provides independent generic data/object model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    libmsgque

    libmsgque

    something that writes code for you

    ... > Philosophy: Write Once → Run Everywhere The package-item can be a thread, a separate local process that is started by fork or spawn, or even a network of multiple services on multiple hosts. The package-item can be written in any language that is supported by the Programming-Language-Micro-Kernel support. It even supports running multiple programming languages in a single piece of software. Supported Languages are: (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO) > Strategy: It takes 4 years to write a programming-language, but it only takes 4 weeks to insert a micro-kernel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This set of libraries and one main program -- micro_blog_bot.rb -- aims at simplifying automated response systems ("bots") for popular micro-blogging services such as Twitter.com and Identi.ca.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SOAP-Server framework for Java Micro Edition (JME). Use this framework to run simple web services on mobile devices, e.g. PDAs. Supports SOAP 1.2 (without attachments). Runs on MIDP2.0/CLDC1.1 or CDC compatible VMs with sufficient memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    User interface, services and workflow make up the foundation of all applications. microFrame jump starts micro application development using an application framework built on top of J2ME. The library will initially insure MIDP 1.0 compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Microg is an amazing app for android users because it replaces the problem of Google Play services. Those people who don’t want to share their data with the company then they should install Microg apk. It’s free and open-source software that allows all the apps to run on the systems where Google play services are not available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The micro Application Server (mAS) is a J2ME CLDC/MIDP based application server able to host SOAP-based Web services
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    REasy Framework

    REasy Framework a PHP Framework to build REST services

    REasy Framework will be a PHP micro framework to build REST services in a very easy way and with very low system load. REasy will focus on consume few resources and be very effective and scalable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    gi

    Component-oriented PHP framework

    Attempt to create a PHP-framework: component-oriented; with global DI-container; for micro-services and also for big module-builded projects; with its own ORM. Little demo: http://complex.php.gi.igor-gilman.de.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    2. USSD Gateway

    2. USSD Gateway

    https://paicore.tech/ussdgw/

    Ubiquitous, Interactive & Secure Messaging PAiCore’s USSD Gateway powers interactive, menu-based, secure messaging. Each USSD interaction is session-based and leaves no trace on the phone, which makes it ideal for high impact applications such as mobile banking, micro-insurance, customer self-care access and national emergency services. PAiCore’s SDP (Service Delivery Platform) is deployed together with our USSD Gw to provide an API layer that allows businesses to integrate their existing business flows and applications directly with a USSD menu. The SDP offers a no-code user friendly Service Creation Environment (SCE) which reduces time to market of USSD services from several hours or even days, to a only few minutes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Peatio (Openware)

    Peatio (Openware)

    Peatio open-source cryptocurrency exchange software

    Peatio is core open-source accounting software for a cryptocurrency and digital asset exchange platform. The mission of Peatio is to facilitate asset base, accounting, and trading activities. It is built on Rails framework and designed for micro-services architecture, with external frontend and server components.
    Downloads: 0 This Week
    Last Update:
    See Project