Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titarenko/market

This solution will contain a set of projects with a different implementations of simplistic model of market. The goal is to compare how different architectural and technological approaches help us to achieve greater results with lower investments.
https://github.com/titarenko/market

Last synced: about 1 month ago
JSON representation

This solution will contain a set of projects with a different implementations of simplistic model of market. The goal is to compare how different architectural and technological approaches help us to achieve greater results with lower investments.

Awesome Lists containing this project

README

        

Inspired by NETWork (October 15, 2011) and
Event Centric Weekend (October 22-23, 2011)

This solution will contain a set of projects
with a different implementations of simplistic model of market.
The goal is to compare how different architectural
and technological approaches help us to achieve
greater results with lower investments.

Tags:
test, benchmark, architecture, technology,
sql, nosql, ntier, cqrs, event sourcing

Mail me, if you have any questions or suggestions,
to [email protected]
(http://about.me/constantin.titarenko).

Few notes if you've just got source code and want
to build and run the solution.

In order to build the code you should obtain
dependencies (third-party libraries):

1. Make sure you've installed NuGetPowerTools package
(if not, install it using NuGet package manager).
2. Run Enable-PackageRestore in package manager console.

Finally, install (unless you've already done this somewhen) and
run RavenDB server as well as Redis server (check .config files
to make sure that application talks to servers using correct
addresses and ports).