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
| [{"latitude": 40.7643664, "longitude": -73.9790366, "addr_ward": "Manhattan", "addr_street": "129 W 56th St", "addr_city": "New York", "addr_postal_code": 10019, "addr_state": "New York", "addr_country_code": "US", "place_id": "ChIJd4V0ClVZwokR5Z_ZiTr_Iso", "name": "Kin ramen", "description": "kinramennyc@gmail.com", "is_spending_on_ads": false, "reviews": 3160, "rating": 4.8, "website": "https://kinramen.com/", "phone": "+1 212-933-9292", "can_claim": false, "featured_image": "https://lh3.googleusercontent.com/gps-cs-s/AC9h4npmKZ9NgjhfgZZZWuQoayI2t0Kx7YHS6ku2j75w8pogSqrjf964bUqnIwP_zIN3BHkA3FG4u536Vn87iEBuv-s62nLBqnQfxEJvjr_YFvGY4sOWJbXUmbNRbSMKAoxQ3z-zpb8=s1024", "main_category": "Ramen restaurant", "categories": ["Ramen restaurant", "Izakaya restaurant"], "workday_timing": "12-3 pm, 4:30-10 pm", "is_temporarily_closed": false, "is_permanently_closed": false, "closed_on": "Open All Days", "address": "129 W 56th St, New York, NY 10019, United States", "link": "https://www.google.com/maps/place/Kin+ramen/data |
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
| { | |
| "version": 2, | |
| "port": 8000, | |
| "sd": "static", | |
| "output_encoding": "no-op", | |
| "endpoints": [ | |
| { | |
| "endpoint": "/users", | |
| "method": "GET", | |
| "extra_config": { |
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
| { | |
| "version": 2, | |
| "port": 8000, | |
| "sd": "static", | |
| "output_encoding": "no-op", | |
| "endpoints": [ | |
| { | |
| "endpoint": "/users", | |
| "method": "GET", | |
| "output_encoding": "no-op", |
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
| --- | |
| apiVersion: skaffold/v2beta7 | |
| kind: Config | |
| build: | |
| artifacts: | |
| - image: cart-service | |
| context: ./cart-service | |
| - image: identity-service | |
| context: ./identity-service |
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
| --- | |
| version: "3.7" | |
| services: | |
| gateway: | |
| image: devopsfaith/krakend:1.2 | |
| container_name: gateway | |
| ports: | |
| - 8080:8080 | |
| volumes: |
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
| { | |
| "version": 2, | |
| "port": 8000, | |
| "sd": "static", | |
| "output_encoding": "no-op", | |
| "endpoints": [ | |
| { | |
| "endpoint": "/users", | |
| "method": "GET", | |
| "backend": [ |
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
| { | |
| "version": 2, | |
| "port": 8000, | |
| "sd": "static", | |
| "output_encoding": "no-op", | |
| "endpoints": [ | |
| { | |
| "endpoint": "/users", | |
| "method": "GET", | |
| "backend": [ |