#MEX
- react-router-dom을 사용
- https://medium.com/appifycanada/animations-with-reacttransitiongroup-4972ad7da286
- https://medium.com/appifycanada/reusing-reacttransitiongroup-animations-with-higher-order-components-1e7043451f91
- https://github.com/azazdeaz/react-gsap-enhancer#demos
- https://velopert.com/1552
- https://jsonplaceholder.typicode.com/
- npm install -g json-server
- https://github.com/typicode/json-server
- $ json-server --watch db.json
- 포트 변경 실행 : $ json-server --watch db.json --port 3004
Create a db.json file
{
"posts": [
{ "id": 1, "title": "json-server", "author": "typicode" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
}
Now if you go to http://localhost:3004/posts/1, you'll get
- tutorial : https://medium.com/react-weekly/implementing-graphql-in-your-redux-app-dad7acf39e1b
- 이미 구현 된 redux에 적용하는 방법을 위에서 설명 함
- https://github.com/chenglou/react-motion/wiki/Gallery-of-third-party-React-Motion-demos
- https://github.com/chenglou/react-motion/wiki/Gallery-of-third-party-React-Motion-demos
- https://github.com/chrisrzhou/react-3d-globe
- https://chrisrzhou.github.io/react-3d-globe/?selectedKind=Data%20and%20Markers&selectedStory=Bar%20Markers&full=0&addons=1&stories=1&panelRight=0
- https://github.com/plotly/react-plotly.js/
- https://plot.ly/javascript/react/
- 각종 차트 : https://naver.github.io/billboard.js/
- 패스에 그라디언트(d3 v4) https://gist.github.com/mbostock/4163057
- arc gradient http://jsfiddle.net/duopixel/GfVrK/
- gradient circle http://jsfiddle.net/gerardofurtado/fro6Lu2x/
- gradient parts http://jsfiddle.net/staceyburnsy/afo292ty/2/
- https://docs.influxdata.com/influxdb/v1.7/administration/https_setup/
- 실행 : $ influxd run --> 인스턴스 생성 : $ influx --> 인스턴스에 접 : $ show databases;
: $ CREATE DATABASE foodb : $ use foodb : $ SHOW FIELD KEYS;
-
기타 설정 : https://influxdbcom.readthedocs.io/en/latest/content/docs/v0.9/introduction/installation/ : https://code.i-harness.com/ko/docs/influxdata/influxdb/v1.3/administration/config/index : http://blog.naver.com/PostView.nhn?blogId=alice_k106&logNo=221226137412&parentCategoryNo=&categoryNo=27&viewDate=&isShowPopularPosts=true&from=search
-
REST API : 명령프롬프트 상태에서 (inkis-MacBook-Pro:etc inkikim$ ) curl -G 'http://localhost:8086/query?pretty=true' --data-urlencode "db=mexTestDB" --data-urlencode "q=SELECT * FROM memory where host='server01'"
-
influxdb 환경설정 : /usr/local/etc/influxdb.conf : 참고 - https://docs.influxdata.com/influxdb/v1.7/administration/https_setup/ :
curl -X POST "https://mexdemo.ctrl.mobiledgex.net:36001/show/operator" -H "accept: application/json" -H "Content-Type: application/json" --cacert mex-ca.crt --key mex-client.key --cert mex-client.crt