Giter Club home page Giter Club logo

atlan-sql-editor's Introduction

Overview

image

The SQL Editor is a web application that provides a user-friendly interface for executing SQL queries. It allows users to interact with a database by entering SQL commands and viewing the results. Queries that you can run : SELECT * FROM Customers SELECT * FROM Categories SELECT * FROM Employee_territories; SELECT * FROM Employees; SELECT * FROM Orders; SELECT * FROM Products;

Technology Stack

This project is built using JavaScript, and it utilizes the React JavaScript framework for building the user interface. The application includes various packages and dependencies to enhance functionality and streamline development.

Installation

To run the Atlan SQL Editor locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vidhisha28/Atlan-sql-editor.git

Navigate to the project directory:

bash Copy code cd Atlan-sql-editor Install dependencies:

bash Copy code npm install Run the application:

bash Copy code npm start

Deployed link

https://stellular-lebkuchen-a8ba3c.netlify.app/

Page Load Time

Used Lighthouse chrome-developer tools to check the performance of the SQL editor: performance-1

performance-2

Performance Optimizations

To enhance the load time and overall performance of the application, the following optimizations were implemented:

Code Splitting: Utilized React's code splitting to load only the necessary components when required, improving initial page load times.

Lazy Loading: Employed lazy loading for certain components, ensuring that resources are fetched only when needed, minimizing the initial payload.

Minification and Compression: Implemented code minification and compression techniques to reduce file sizes and accelerate download times.

Cache Management: Configured appropriate caching strategies for static assets to reduce server requests and improve subsequent page loads.

Bundle Analysis: Regularly analyzed the application bundle to identify and eliminate unnecessary dependencies, optimizing the overall size of the application.

Contribution

Contributions are welcome! If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.

atlan-sql-editor's People

Contributors

vidhisha28 avatar vidhisha-28 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.