Visualization
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "A simple bar chart with embedded data.",
"data": {
"values": [
{"a": "A", "b": 28}, {"a": "B", "b": 55}, {"a": "C", "b": 43},
{"a": "D", "b": 91}, {"a": "E", "b": 81}, {"a": "F", "b": 53},
{"a": "G", "b": 19}, {"a": "H", "b": 87}, {"a": "I", "b": 52}
]
},
"mark": "bar",
"encoding": {
"x": {"field": "a", "type": "nominal", "axis": {"labelAngle": 0}},
"y": {"field": "b", "type": "quantitative"}
}
}
Mindmap
---
title: Big Data Env Security
markmap:
colorFreezeLevel: 2
maxWidth: 300
initialExpandLevel: 3
---
## Big Data Env
- Hadoop Ecosystem
- HDFS
- Hive
- Spark
- MapReduce
- HBase
- NoSql DBs
- Cassandra
- MongoDB
- Couch
- Stream Processing
- Flink
- Kafta
- Storm
- Data Warehouses
- AWS Redshift
- Snowflake
- Azure SQL
- Google Bigquery
- Cloud based Big data platforms
- AWS big data solution
- GCP big data solution
- Azure big data solution
## Security Controls
- Physical Security
- Network Security
- Data Security
- Encryption
- Data masking
- Tokenization
- Access Control
- RBAC
- ABAC
- Monitoring and auditing
- Continous monitoring
- Loggin and auditing
- Anomaly Detection
- Compliance and goverance
- Regulatory compliance(GDPR, HIPAA, etc)
- Data residency requirements
- Policy management
- Identity and Access management(IAM)
- IAM policies and roles
- Identity federation
- Cloud Native IAM services
- Data privacy
- Data Anonymization
- Data PsuedoAnonymization
- Consent Management
Mindmap
---
title: markmap
markmap:
colorFreezeLevel: 2
---
## Links
- [Website](https://markmap.js.org/)
- [GitHub](https://github.com/gera2ld/markmap)
## Related Projects
- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim
- [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode
- [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs
Products |
Price |
Apple |
4 |
Banana |
2 |
# mermaid
```{mermaid}
flowchart TD
A[Hard edge] -->|Link text| B(Round edge)
B --> C{Decision}
C -->|One| D[Result one]
C -->|Two| E[Result two]
C -->|Two| E[Result two]
C -->|Two| E[Result two]
C -->|Two| E[Result two]
C -->|Two| E[Result two]
!!! type “optional explicit title within double quotes”
Any number of other indented markdown elements.
This is the second paragraph.
var add2 = function(number) {
return number + 2;
}
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}