gigya
- 172,226 total downloads
- last updated 7/15/2020
- Latest version: 2.7.3
Referenced by microservice public-facing interfaces. Provides common
facilities that are needed to define a service's contract. Part of the
Microdot framework.
- 67,988 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Interface abstractions used by various Microdot components, seperated from
their implementations to allow easy unit testing with mocks (see
Gigya.Microdot.Fakes). Part of the Microdot Framework.
- 62,521 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Various components and utilities shared between different parts of the Microdot framework.
- 56,969 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
A configuration system based on a hierarchy of XML files, the values of
which are accessed using strongly-typed configuration objects. Supports
modification of the files on live service, environment variable substitution,
encryption and collections. Part of the Microdot framework.
- 55,833 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Using this component you can find other Microdot services (and any other
remote system), perform client-side load balancing between multiple
servers, detect and skip unresponsive servers and resume using them
when they return to full operation. Discovery is typically perfomed with
Consul by...
More information
- 50,486 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Infrastructure used for hosting Microdot services, part of the Microdot
framework.
- 47,081 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
ServiceProxy is used to call remote Microdot services. It is a
runtime-generated transparent proxy which implements the remote service's
public interface, translating all calls performed on it to HTTP calls.
Part of the Microdot framework.
- 46,088 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Ninject modules, providers and binding resolvers for various Microdot
components, part of the Microdot framework.
- 38,172 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Infrastructure used for hosting Orleans Microdot services, part of the
Microdot framework.
- 37,551 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Tools to help write tests for Microdot services.
- 36,062 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
A container used to host an Orleans Microdot service which uses Ninject for
dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy)
are handled and processed inside Orleans and are then dispatched to
specific Grains. Part of the Microdot framework.
- 31,547 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
A container used to host non-Orleans Microdot service which uses Ninject
for dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy)
are dispatched to a specified class instance. Part of the Microdot framework.
- 31,226 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Tools to help write tests for Microdot services.
The project contains logic for Orleans host testers.
- 28,353 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
An implementation of Microdot's logging and tracing using NLog.
- 18,091 total downloads
- last updated 2/3/2020
- Latest version: 2.2.2
Tools to help write tests for Microdot services.
The project contains logic for both Orleans and Non-Orleans host testers.
- 7,482 total downloads
- last updated 5/22/2016
- Latest version: 1.0.2
Provides high and low level classes for communicating with an Apache Kafka cluster. A fork of kafka-net by Jroland, with improvements and adjustments (see project site).
- 4,074 total downloads
- last updated 8/14/2016
- Latest version: 1.0.3
An Orleans PersistentStreamProvider based on Kafka