-
Notifications
You must be signed in to change notification settings - Fork 40
Make some changes which hopefully increases the readability. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| For building Scalar DB, what you need to do to is pretty simple as follows. | ||
| ``` | ||
| $ cd /path/to/scalardb | ||
| $ ./gradlew installDist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really gradlew?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, gradlew is correct.
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some comments
docs/schema.md
Outdated
| * add `before_` prefixed values for each existing value except for primary keys (partition keys and clustering keys) for managing before image | ||
|
|
||
| Also, we need state table for managing transaction states as follows. | ||
| Additionally, we a need state table for managing transaction states as follows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean we need a, right ?
docs/getting-started.md
Outdated
| NOTICE: We are planning to have a Scalar DB specific schema definition and schema loader. | ||
|
|
||
| In this document, let's use the following Cassandra schema. | ||
| The following document ([`emoney-storage.cql`](getting-started/emoney-storage.cql)) specifies a Cassandra schema. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean document for the whole document here.
Is it OK to remove document here ?
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thank you very much !
@feeblefakie I don't think that there is any problem, but perhaps it would be a good idea to ensure that I didn't change the meaning of anything you wrote anywhere.