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
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <dataConfig> | |
| <dataSource name="DataImporter" type="MongoDataSource" host="host" database="database" port="port" username="username" password="password" /> | |
| <document name="Document"> | |
| <entity name="Data" | |
| processor="MongoEntityProcessor" | |
| query="{updatedAt: {'$gte' : ${dataimporter.request.time}}}, {}" | |
| collection="Data" | |
| datasource="DataImporter" | |
| transformer="MongoMapperTransformer" > |
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
| -4.8000001907349#0 | |
| 43.400001525879#1 | |
| 43.400001525879#2 | |
| 43.400001525879#3 | |
| 43.400001525879#4 | |
| -7.5999999046326#5 | |
| -7.5999999046326#6 | |
| -7.8000001907349#7 | |
| -7.8000001907349#8 | |
| -7.5999999046326#9 |
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
| sudo service mongodb stop | |
| // /etc/init/mongo.conf u açıp --configsvr ekleyin | |
| sudo vim /etc/init/mongodb.conf | |
| "exec start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --config /etc/mongodb.conf;" | |
| //Üstteki satır ile değistirin | |
| "exec start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --configsvr --config /etc/mongodb.conf;" | |
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
| # System Design Challenge | |
| ## 📋 What to Expect | |
| **Duration:** 60 minutes | |
| **Format:** Collaborative system design discussion | |
| **Challenge:** Design a system to handle 1M+ transactions per day | |
| **💡 AI Assistance Welcome:** Feel free to use AI tools during our discussion. | |
| ## ⚡ The Challenge |
OlderNewer