This file contains 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
Using https://github.com/StarRocks/demo/tree/master/documentation-samples/datalakehouse. For simplicity, I am using the postgreSQL, zookeeper, kafka, kafka connect images from debezium since they have already made all the recommended modifications to support debezium. | |
Once the docker-compose envirnoment is up | |
## Set password in StarRocks | |
Because kafka doesn't like blank passwords. | |
SET PASSWORD = PASSWORD('123456'); | |
## Create databases |
This file contains 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
Feature | Databricks Delta | Open-source Delta Lake | |
---|---|---|---|
Support | Proprietary | Open source | |
Availability | Part of the Databricks platform | Freely available | |
Features | Includes additional features and optimizations | Does not include all features of Databricks Delta | |
Performance | Faster query performance | Slower query performance | |
Data governance | More advanced data governance features | Fewer data governance features | |
Cost | Can be expensive | Free to use |
This file contains 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
Redirect to https://github.com/alberttwong/mongodb-kubernetes-enterprise-operator-quickstart |
This file contains 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
https://drive.google.com/drive/folders/0B_6OlQ_H0PxVZTBtM3EyRVhDVms |