Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
This commit moves out the crates copied from influxdb_iox to influxdb
into a shared repo. For now we will be experimenting with this split
repo with influxdb edge. We don't need most of these crates in that repo
and this will allow us to reduce confusion around what code is actually
influxdb edge. This code is just the shared functionality between both
iox and edge.

Co-authored-by: Aakash Hemadri <[email protected]>
Co-authored-by: Adam Curtis <[email protected]>
Co-authored-by: alamb <[email protected]>
Co-authored-by: Andrew Charlton <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
Co-authored-by: Armin Primadi <[email protected]>
Co-authored-by: Carol (Nichols || Goulding) <[email protected]>
Co-authored-by: Christopher M. Wolff <[email protected]>
Co-authored-by: Chunchun Ye <[email protected]>
Co-authored-by: Cole Abbeduto <[email protected]>
Co-authored-by: Curtis Lee Fulton <[email protected]>
Co-authored-by: Dom Dwyer <[email protected]>
Co-authored-by: Edd Robinson <[email protected]>
Co-authored-by: Eric Gillespie <[email protected]>
Co-authored-by: Fraser Savage <[email protected]>
Co-authored-by: Gavin Cabbage <[email protected]>
Co-authored-by: Geoffrey Wossum <[email protected]>
Co-authored-by: huming <[email protected]>
Co-authored-by: Jack <[email protected]>
Co-authored-by: Jacob Marble <[email protected]>
Co-authored-by: Jake Goulding <[email protected]>
Co-authored-by: Jake Swensen <[email protected]>
Co-authored-by: Jeffrey Smith II <[email protected]>
Co-authored-by: Jeivardan <[email protected]>
Co-authored-by: Joe-Blount <[email protected]>
Co-authored-by: Karsten Jeschkies <[email protected]>
Co-authored-by: Kaya Gökalp <[email protected]>
Co-authored-by: Luke Bond <[email protected]>
Co-authored-by: Marco Neumann <[email protected]>
Co-authored-by: Marcus Ilgner <[email protected]>
Co-authored-by: Marko Mikulicic <[email protected]>
Co-authored-by: Markus Westerlind <[email protected]>
Co-authored-by: Martin Hilton <[email protected]>
Co-authored-by: Matt Freitas-Stavola <[email protected]>
Co-authored-by: Michael Angerman <[email protected]>
Co-authored-by: Nga Tran <[email protected]>
Co-authored-by: Ning Sun <[email protected]>
Co-authored-by: opeyemi <[email protected]>
Co-authored-by: Paul Dix <[email protected]>
Co-authored-by: Phil Bracikowski <[email protected]>
Co-authored-by: pierwill <[email protected]>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Co-authored-by: Rowan Hamilton <[email protected]>
Co-authored-by: Ryan Russell <[email protected]>
Co-authored-by: Sam Arnold <[email protected]>
Co-authored-by: Stuart Carnie <[email protected]>
Co-authored-by: Utkarsh Gupta <[email protected]>
Co-authored-by: Wakahisa <[email protected]>
Co-authored-by: wiedld <[email protected]>
Co-authored-by: yeame <[email protected]>
Co-authored-by: YIXIAO SHI <[email protected]>
Co-authored-by: 二手掉包工程师 <[email protected]>
  • Loading branch information
Show file tree
Hide file tree
Showing 946 changed files with 241,503 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
generated_types/protos/google/ linguist-generated=true
generated_types/protos/grpc/ linguist-generated=true
generated_types/src/wal_generated.rs linguist-generated=true
trace_exporters/src/thrift/ linguist-generated=true
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**/target
**/*.rs.bk
.idea/
.env
.gdb_history
*.tsm
**/.DS_Store
**/.vscode
heaptrack.*
massif.out.*
perf.data*
perf.svg
perf.txt
valgrind-out.txt
*.pending-snap
Loading

0 comments on commit 675113b

Please sign in to comment.