Skip to content

Commit 63f8461

Browse files
author
Jayesh Choudhary
authoredAug 3, 2019
Merge pull request #366 from spaceuptech/v0.11.0
V0.11.0
2 parents 70e93de + f9b7081 commit 63f8461

File tree

104 files changed

+1814
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1814
-1044
lines changed
 

‎.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.idea
22
.vscode
33

4+
test
5+
46
# Binaries for programs and plugins
57
*.exe
68
*.exe~
@@ -33,4 +35,6 @@ build/
3335

3436
#IDEs
3537
.idea
36-
.vscode
38+
.vscode
39+
40+
yarn.lock

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We believed that **technology should adapt to your needs** and not the other way
6666

6767
## About Space Cloud
6868

69-
> Note: Space Cloud is still in Beta.
69+
> **Note:** Space Cloud is still in Beta.
7070
7171
Space Cloud is essentially a web server that automatically integrates with an existing or a new database to provide instant realtime APIs over REST, websockets, gRPC, etc. Written in Golang, it provides a high throughput data access layer which can be consumed directly from the frontend. It's completely unopinionated and works with the tech stack of your choice.
7272

@@ -117,7 +117,7 @@ We believe that each app built with Space Cloud must be extremely robust and fut
117117

118118
### Leverage the existing tools
119119

120-
The goal of this project is not to re-invent the wheel over and over again. In fact, integration with proven technologies is preferred over implementing them ourselves. For example, we are using [Apache Kafka](https://kafka.apache.org/) under the hood, to make our `realtime database` feature reliable. Also, [Nats](https://nats.io/) is used to implement the `functions` modules for high throughput and scale.
120+
The goal of this project is not to re-invent the wheel over and over again. In fact, integration with proven technologies is preferred over implementing them ourselves. For example, we are using [Nats](https://nats.io/) under the hood, to implement `realtime` and `functions` modules for high throughput and scale.
121121

122122
## Documentation
123123

@@ -138,7 +138,7 @@ Let's see how to build a realtime todo app using Space Cloud and MongoDB
138138

139139
- [MongoDB database](https://docs.mongodb.com/manual/installation/)
140140

141-
> Note: MongoDB is not a dependency of Space Cloud. The sample app in this quick start uses MongoDB as it's database.
141+
> **Note:** MongoDB is not a dependency of Space Cloud. The sample app in this quick start uses MongoDB as it's database.
142142
143143
### Step 1: Download Space Cloud
144144

0 commit comments

Comments
 (0)
Please sign in to comment.