This project is a user interface for the Lakekeeper Iceberg catalog. It provides an intuitive and efficient way to manage and interact with the Iceberg catalog, making it easier for users to handle large datasets and perform various data operations. Additionally, it helps to handle authorization on objects of the system, projects, warehouses, namespaces, tables, and views for users or roles.
Step-by-step instructions on how to get the development environment running.
# Clone the repository
git clone https://github.com/lakekeeper/console
# Navigate to the project directory
cd console
# Install dependencies
npm install
Instructions and examples for using your project.
# Run the application
npm run dev
Guidelines for contributing to the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Your Name - info@vakamo.com