This file contains hidden or 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
------------------------------------------------------------------------ | |
Contents | |
1. Install Cassandra on Mac OS X (tested with Mojave) - line 6 | |
2. Install Cassandra on Ubuntu (18.04, tested on 19.10) - line 31 | |
----- Installing Cassandra on Mac OS X (mojave) (est time. 15 min) ----- | |
Have homebrew installed: | |
> ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
[ be sure to check post install messages to add paths and such if necessary ] |
This file contains hidden or 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
adidas=# SELECT * FROM products where product_id = 2500002; | |
product_id | adidas_id | product_name | collection_name | review_count | review_average | |
------------+-----------+--------------+-----------------+--------------+---------------- | |
2500002 | PERF003 | NMD_R1 SHOES | ORIGINALS | 1023 | 4.12 | |
adidas=# select * from colors where product_id = 2500002; | |
color_id | product_id | color_name | color_url | list_price | sale_price | |
----------+------------+-----------------------------------------+--------------------------------------------------------------+------------+------------ | |
9275008 | 2500002 | GLORY BLUE / ORBIT GREY / GOLD METALLIC | https://www.adidas.com/us/matchbreak-super-shoes/EG2727.html | 130.00 | 110.00 |
This file contains hidden or 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
[ | |
{ | |
"id": 1, | |
"name": "test", | |
"imgurl": "https://fec-fourloop-looks.s3-us-west-1.amazonaws.com/Footwear/bfa5f26f-acbe-4352-a285-e9ddb3b7d558.jpeg", | |
"type": "footwear", | |
"rating": "5.00", | |
"brand": "Nike", | |
"price": "55.12", | |
"description": "cool shoes", |
This file contains hidden or 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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |