apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

feat: Added Dev Environment #959

Closed Butch78 closed 5 months ago

Butch78 commented 5 months ago

Rationale for this change

To streamline the onboarding process for new developers and enhance the development environment consistency, I've created a development guide. Additionally, by introducing a Dev container, we aim to ensure that developers have a uniform environment setup, thereby reducing setup time and potential discrepancies across different development setups.

What changes are included in this PR? This PR introduces: Users will now have access to a development guide that simplifies the initial setup process. Moreover, developers will benefit from using a Dev container, ensuring a consistent environment for coding and testing.