-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing linting issues, and adding go.sum for certification test
- Loading branch information
1 parent
4dca8a5
commit ceae65a
Showing
4 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# About Raven DB | ||
|
||
[RavenDB](https://ravendb.net/about) is document NoSQL database that supports ACID. | ||
We have over 1000 organizations that use RavenDB from startups to Fortune 500 companies like JetBrains, | ||
Toyota and Verizon just to name a few. | ||
|
||
# Motivation | ||
|
||
We got feature request from some of our clients to implement Dapr State store & IO bindings. | ||
Their project was growing in size, and they started rolling out more and more microservices and wanted to use Dapr. | ||
|
||
We see that supporting RaveDb inside Dapr ecosystem as beneficial to both sides. | ||
|
||
## Technical spec | ||
|
||
RavenDB has several SDK's with [Go SDK](https://github.com/ravendb/ravendb-go-client) one of them. | ||
Link to our official [docs](https://ravendb.net/docs/article-page/6.0/csharp) and [demo](https://demo.ravendb.net/) example in multiple languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters