SAP-GIGYA
-
- 639,805 total downloads
- last updated 5/3/2022
- Latest version: 4.0.4
Referenced by microservice public-facing interfaces. Provides common facilities that are needed to define a service's contract. Part of the Microdot framework. -
- 524,429 total downloads
- last updated 2/22/2022
- Latest version: 4.1.5
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. -
- 503,333 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
Various components and utilities shared between different parts of the Microdot framework. -
- 448,725 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
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... More information -
- 424,397 total downloads
- last updated 2/22/2022
- Latest version: 4.1.5
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... More information -
- 387,500 total downloads
- last updated 2/22/2022
- Latest version: 4.1.5
Infrastructure used for hosting Microdot services, part of the Microdot framework. -
- 384,463 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
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... More information -
- 339,897 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
Ninject modules, providers and binding resolvers for various Microdotcomponents, part of the Microdot framework. -
- 279,394 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
Infrastructure used for hosting Orleans Microdot services, part of the Microdot framework. -
- 250,169 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
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... More information -
- 181,401 total downloads
- last updated 2/22/2022
- Latest version: 4.1.5
Tools to help write tests for Microdot services. -
- 125,304 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
Tools to help write tests for Microdot services. The project contains logic for Orleans host testers. -
- 123,054 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
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... More information -
- 106,197 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
Tools to help write tests for Microdot services. The project contains logic for both Orleans and Non-Orleans host testers. -
- 75,888 total downloads
- last updated 11/18/2021
- Latest version: 4.0.3
An implementation of Microdot's logging and tracing using NLog. -
- 15,085 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). -
- 9,079 total downloads
- last updated 8/14/2016
- Latest version: 1.0.3
An Orleans PersistentStreamProvider based on Kafka