January 2023 Summaries
5 posts from n8n
Filter
Month:
Year:
Post Summaries
Back to Blog
SQL Server Management Studio (SSMS) is a widely used tool for managing SQL databases, but users often seek methods to export SQL data to Excel for analysis. The tutorial outlines three approaches to accomplish this task: using Microsoft Excel's Power Query functionality, SQL Server Management Studio's Import and Export Wizard, and automating the process with the low-code tool n8n. Each method has its own advantages and drawbacks; Excel’s method is straightforward but manual, SSMS offers a structured wizard interface, and n8n provides automation capabilities for routine tasks. The guide also includes detailed steps for setting up connections, configuring data sources, and importing data, while highlighting n8n's ability to streamline and automate data workflows, thus enhancing productivity and efficiency. Additionally, it encourages users to explore further integrations and workflows with various databases, promoting the sharing of knowledge and experiences within the n8n community.
Jan 30, 2023
1,710 words in the original blog post.
In 2022, n8n introduced a series of significant updates and enhancements to streamline and enhance user experience on its automation platform. Key innovations included an inline expression editor for efficient workflow modifications, an undo/redo feature for error correction, and a new schema view for easier navigation of complex data structures. Furthermore, n8n introduced data pinning and mapping for improved workflow performance, alongside features for credential and workflow sharing to facilitate collaboration. The platform expanded its capabilities with a community node repository, allowing users to share and install custom nodes, and introduced log streaming for integrated monitoring. Additional improvements included a library of workflow templates, enhanced user interface elements, a more powerful code node, and new integration nodes with external platforms like OpenAI and AWS, underscoring n8n's commitment to continuous development and user empowerment.
Jan 24, 2023
901 words in the original blog post.
n8n has introduced new features for its cloud users on Pro and Power plans, focusing on enhancing collaboration through Credential and Workflow sharing. These features allow teams to share credentials and workflows within the same n8n instance, improving efficiency and security by reducing the number of credentials to manage and enabling the right people to access the right workflows while maintaining control over sensitive data. Users can now invite team members to collaborate without requiring each member to manage their own credentials. These updates aim to elevate workflow automation efforts and are available with the Pro plan priced at €50 per month and the Power plan starting at €120 per month.
Jan 23, 2023
284 words in the original blog post.
n8n, a workflow automation platform, has launched two new self-hosted plans, n8n Team and n8n Enterprise, to cater to the increasing demand from larger teams and enterprises for enhanced features and collaboration capabilities. These plans offer features such as credential and workflow sharing, improved security, and integration capabilities, making it easier for teams to build complex workflows together. The n8n Enterprise plan further includes access to LDAP for streamlined user management and log streaming for efficient monitoring and alerting processes. The free version has been renamed n8n Community, with no changes to its functionality. The company aims to continue expanding its offerings and improving user experience throughout 2023.
Jan 23, 2023
855 words in the original blog post.
The text provides a comprehensive guide on importing CSV files into MySQL databases, exploring four distinct methods suitable for varying levels of expertise. It discusses using MySQL Workbench for a graphical interface approach, detailing the setup process and the steps to import data into a table. For those familiar with coding, it outlines using SQL commands within MySQL Workbench to create tables and load data. The guide also introduces NocoDB, an open-source no-code tool, allowing users to manage MySQL databases via a web browser, and explains the process of setting up a database connection and importing CSV files. Lastly, it covers the use of n8n, an automation tool that facilitates automated CSV imports, highlighting its capabilities to streamline data transfer processes without manual intervention. Each method is designed to enhance data organization, improve customer service, and drive performance improvements, catering to both beginners and experienced professionals.
Jan 04, 2023
2,281 words in the original blog post.