Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/titarenko/market
- Owner: titarenko
- Created: 2011-10-25T21:47:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-31T20:57:26.000Z (almost 13 years ago)
- Last Synced: 2024-04-09T21:06:30.488Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.49 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.txt
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 sourcingMail 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).