diff --git a/README.md b/README.md index a6e6ed99..4bd6df9f 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,17 @@ In this section we will try to cover DataForge main ideas in the form of questio * **Context encapsulation**. Every DataForge task is executed in some context. The context isolates environment for the task and also works as dependency injection base and specifies interaction of the task with the external world. -
+
-**Q:** Declarations and metadata are good, but I want my scripts back! +
@@ -88,12 +88,12 @@ In this section we will try to cover DataForge main ideas in the form of questio **Q:** How does DataForge compare to cluster computation frameworks like Hadoop or Spark? **A:** Again, it is not the purpose of DataForge to replace cluster software. DataForge has some internal parallelism mechanics and implementations, but they are most certainly worse then specially developed programs. Still, DataForge is not fixed on one single implementation. Your favourite parallel processing tool could be still used as a back-end for the DataForge. With full benefit of configuration tools, integrations and no performance overhead. - +