Peter Alcock 7 hónapja
szülő
commit
2b92a92772
1 módosított fájl, 1 hozzáadás és 5 törlés
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -1,11 +1,7 @@
 
 [![CONTACTROCKET](https://img.youtube.com/vi/cXQpZ4bjAEc/0.jpg)](https://www.youtube.com/watch?v=cXQpZ4bjAEc)
 
-
-# Getting Started
-This whole thing is containerized into a few core services: CRM, Dashboard, and the Engine.
-
-## Deploymentu
+## Deployment
 PostgreSQL stores the records created from crawls, Redis is used in combination with a bloom filter and hiredis client (for performance) to keep track of all the pending crawl jobs and to track previously crawled URLs. ElasticSearch is used to make all of the returned results searchable, with each added record being asynchroniously indexed by the background workers to prevent bottlenecks. You will want to tune the Redis configuration to use the LRU cache policy (least recently used) for when it needs to choose what links to ultimately abandon after multiple retries. Using LRU will result in punting problematic URLs first when memory starts to bloat on the EC2 instance.
 
 ## Dashboard