Skip to content

Commit 8dea694

Browse files
authored
Adjust links and point to demo readme (#63)
1 parent a7ef80e commit 8dea694

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# tarantool-dnx
2-
3-
[![Join the chat at https://gitter.im/aensidhe/tarantool-dnx](https://badges.gitter.im/aensidhe/tarantool-dnx.svg)](https://gitter.im/aensidhe/tarantool-dnx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
# tarantool-csharp
42

53
Dotnet client for Tarantool NoSql database.
64

@@ -13,15 +11,19 @@ Dotnet client for Tarantool NoSql database.
1311

1412
Simpliest way to start using Tarantool-csharp in your project is to install it from [Nuget](https://www.nuget.org/packages/Tarantool.CSharp/).
1513

14+
# Demo
15+
16+
[We have a small demo](https://github.com/progaudi/tarantool-csharp/blob/master/samples/docker-compose/). It illustrates usage of library in aspnet core with docker-compose. Docker 1.12 is preferred.
17+
1618
# Usage
1719

18-
You can find basic usage scenarios in [index](https://github.com/aensidhe/tarantool-csharp/blob/master/tests/tarantool.client.tests/Index/Smoke.cs) and [space](https://github.com/aensidhe/tarantool-csharp/blob/master/tests/tarantool.client.tests/Space/Smoke.cs) smoke tests.
20+
You can find basic usage scenarios in [index](https://github.com/progaudi/tarantool-csharp/blob/master/tests/tarantool.client.tests/Index/Smoke.cs) and [space](https://github.com/progaudi/tarantool-csharp/blob/master/tests/tarantool.client.tests/Space/Smoke.cs) smoke tests.
1921

2022
# Build statuses for master branch
2123

2224
Windows build status:
2325

24-
[![Windows build status](https://ci.appveyor.com/api/projects/status/2iat2pxjuftk0xvn/branch/master?svg=true)](https://ci.appveyor.com/project/aensidhe/tarantool-csharp/branch/master)
26+
[![Windows build status](https://ci.appveyor.com/api/projects/status/2iat2pxjuftk0xvn/branch/master?svg=true)](https://ci.appveyor.com/project/progaudi/tarantool-csharp/branch/master)
2527

2628

2729
Right now Linux and OSX support are dropped until dotnet-core stabilization.

samples/docker-compose/dotnet/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ We've made this demo to demonstrate that out client work in asp.net core docker,
44

55
This code is not supposed to be used in production environment due to lack of error handling and dumping stacktraces on the homepage of site.
66

7-
Project generated by [asp.net core scaffolding](https://docs.asp.net/en/latest/tutorials/your-first-mac-aspnet.html) and reduced to minimum to demonstrate Tarantool client capabilities.
7+
Project generated by [asp.net core scaffolding](https://docs.asp.net/en/latest/tutorials/your-first-mac-aspnet.html) and reduced to minimum to demonstrate Tarantool client capabilities.
8+
9+
## How to run
10+
11+
```
12+
docker-compose up -d --build
13+
```
14+
15+
Point your browser to http://localhost:5000/

src/tarantool.client/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"authors": [ "roman-kozachenko", "aensidhe" ],
66
"packOptions": {
77
"tags": [ "tarantool", "csharp" ],
8-
"projectUrl": "https://github.com/aensidhe/tarantool-csharp",
9-
"licenseUrl": "https://raw.githubusercontent.com/aensidhe/tarantool-csharp/master/LICENSE"
8+
"projectUrl": "https://github.com/progaudi/tarantool-csharp",
9+
"licenseUrl": "https://raw.githubusercontent.com/progaudi/tarantool-csharp/master/LICENSE"
1010
},
1111

1212
"frameworks": {

tests/tarantool.client.tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"authors": [ "roman-kozachenko", "aensidhe" ],
44
"packOptions": {
55
"tags": [ "tarantool", "csharp", "tests" ],
6-
"projectUrl": "https://github.com/aensidhe/tarantool-csharp",
7-
"licenseUrl": "https://raw.githubusercontent.com/aensidhe/tarantool-csharp/master/LICENSE"
6+
"projectUrl": "https://github.com/progaudi/tarantool-csharp",
7+
"licenseUrl": "https://raw.githubusercontent.com/progaudi/tarantool-csharp/master/LICENSE"
88
},
99
"testRunner": "xunit",
1010
"frameworks": {

0 commit comments

Comments
 (0)