Home / Companies / Octopus Deploy / Blog / June 2012

June 2012 Summaries

2 posts from Octopus Deploy

Filter
Month: Year:
Post Summaries Back to Blog
Paul Stovell describes his transition from using SQL Server to RavenDB for Octopus Deploy, highlighting the limitations he faced with SQL Server in terms of database complexity and installation issues. He found SQL Server's rigid structure constrained feature development and complicated the installation process for his deployment automation product. In contrast, RavenDB, with its document-oriented model, offered a more natural fit for their domain, simplifying both database design and the installation process. RavenDB's flexibility allowed him to focus on application needs without worrying about complex joins or intermediary tables, and its embedded nature facilitated easier communication between the Octopus Server and web instances. Stovell also appreciated RavenDB's implicit indexing and effective caching, which improved performance without the need for complex cache invalidation strategies. He concludes that while SQL Server still has its place, RavenDB better suited the needs of Octopus Deploy, and he expresses a preference for document databases over relational models for similar applications.
Jun 28, 2012 2,199 words in the original blog post.
Paul Stovell reflects on the development journey of Octopus, a software product he released in beta approximately a year before writing, emphasizing the significant feedback and support received from beta testers. The product has evolved substantially, culminating in the release of Octopus 1.0 RC, which includes key changes such as a new user interface, a shift from SQL Server to RavenDB for backend support, improved URL structure, and enhanced security and permissions features. Stovell announces the end of the beta phase with the final 1.0 release set for July 4th, marking Octopus's transition to a mature application. He expresses gratitude to the beta testers who contributed to shaping the product and introduces plans to discuss the improvements on a new blog and website.
Jun 23, 2012 276 words in the original blog post.