Skip to content

Commit

Permalink
fix typo - list structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Jan 28, 2011
1 parent 121cb00 commit 497ddb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ To execute the schema creation and import script use the following:
> bin/cassandra-cli --host localhost < npanxx_script.txt
This script creates a keyspace named 'Tutorial' and three column families:

* StateCity: uses the state and city as a key. Column names are area codes, values are a concatenation of latitude and longitude
* AreaCode: Uses the area code as a key, with the city ad NPA mapped to the latitude and longitude
* Npanxx: Key is NPA and NXX concatenation. Column names static in that each row has the same number and type of columns


Have a look at npanxx_script.txt for more details - the contents are fairly straight forward. Even more so when you go through the tutorials.

The sample data used in this tutorial is taken from the [North American Numbering Plan](http://en.wikipedia.org/wiki/North_American_Numbering_Plan)
Expand Down

0 comments on commit 497ddb0

Please sign in to comment.