Skip to content

Conversation

@craigpastro
Copy link
Contributor

@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.

For building Scalar DB, what you need to do to is pretty simple as follows.
```
$ cd /path/to/scalardb
$ ./gradlew installDist
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really gradlew?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, gradlew is correct.

Copy link
Contributor

@feeblefakie feeblefakie left a 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.
Copy link
Contributor

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 ?

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.
Copy link
Contributor

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 ?

Copy link
Contributor

@feeblefakie feeblefakie left a 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 feeblefakie merged commit 37b336c into master Oct 10, 2018
@feeblefakie feeblefakie deleted the check-readability branch October 10, 2018 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants