Yet it follows OTEL specification.
flow-php/telemetry-otlp-bridge helps with serialization telemetry objects to open telemetry protocol.
Yet it follows OTEL specification.
flow-php/telemetry-otlp-bridge helps with serialization telemetry objects to open telemetry protocol.
Two packages to be more precise:
flow-php/telemetry
flow-php/telemetry-otlp-bridge
thread 👇
Two packages to be more precise:
flow-php/telemetry
flow-php/telemetry-otlp-bridge
thread 👇
Was planning this since a while but never had enough time, but let me tell you... It's AWESOME! User interface is light and clean, mobile apps works great. And those aliases <3
Was planning this since a while but never had enough time, but let me tell you... It's AWESOME! User interface is light and clean, mobile apps works great. And those aliases <3
Pass your WHERE parameters directly and Flow handles pagination correctly.
The extractor auto-detects your parameter positions. If you use $1, $2 for filters, pagination params start at $3.
#PHP #PostgreSQL #ETL
Pass your WHERE parameters directly and Flow handles pagination correctly.
The extractor auto-detects your parameter positions. If you use $1, $2 for filters, pagination params start at $3.
#PHP #PostgreSQL #ETL
After streaming finishes, you get a Report with row counts, execution time, and memory stats.
#PHP #DataEngineering #Symfony
After streaming finishes, you get a Report with row counts, execution time, and memory stats.
#PHP #DataEngineering #Symfony
If-statements everywhere. String concatenation. Easy to mess up.
Flow PHP now has a fluent condition builder for PostgreSQL queries.
Build WHERE clauses incrementally. Add conditions when they exist, skip when they don't.
If-statements everywhere. String concatenation. Easy to mess up.
Flow PHP now has a fluent condition builder for PostgreSQL queries.
Build WHERE clauses incrementally. Add conditions when they exist, skip when they don't.
I disagree! it's just different than what most devs are used to.
Flow DSL is based on underscore, lower case functions that under the hood are creating objects. Yes, Flow is object oriented!
I disagree! it's just different than what most devs are used to.
Flow DSL is based on underscore, lower case functions that under the hood are creating objects. Yes, Flow is object oriented!
- limit offset
- key set
- cursor
Do you know which one is the least scalable?
- limit offset
- key set
- cursor
Do you know which one is the least scalable?
One of the recent additions was #excel support.
try it yourself: flow-php.com/playground/...
One of the recent additions was #excel support.
try it yourself: flow-php.com/playground/...
Is it perhaps hand written importer/exporter?
Any chance it's using file_get_contents?
What stops you from using a Data Frame?
Is it perhaps hand written importer/exporter?
Any chance it's using file_get_contents?
What stops you from using a Data Frame?
This means that we can now programmatically extract and analyze postgresql query execution plan!
More details in flow-php.com/documentati...
This means that we can now programmatically extract and analyze postgresql query execution plan!
More details in flow-php.com/documentati...
So there is, #PHP Query Builder for #PostgreSQL inspired by JOOQ
(API will change, this is just PoC)
So there is, #PHP Query Builder for #PostgreSQL inspired by JOOQ
(API will change, this is just PoC)
Now it can not only turn query into AST but also convert AST to nicely formatted string!
flow-php.com/playground/...
Now it can not only turn query into AST but also convert AST to nicely formatted string!
flow-php.com/playground/...
Now it opens preview of predefined/uploaded files in tabs.
I also added some colors to the output to make it more readable.
Now it opens preview of predefined/uploaded files in tabs.
I also added some colors to the output to make it more readable.
Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯
Demo: youtu.be/bJm0BZUrTrg
Flow #PHP just received a fully interactive playground allowing to build and execute ETL pipelines directly in the browser!! 🤯
Demo: youtu.be/bJm0BZUrTrg
Today I managed to put together the first working version!
Today I managed to put together the first working version!
From now on, each example can also have multiple options - third nesting level.
Here is a great example: flow-php.com/data_frame/...
From now on, each example can also have multiple options - third nesting level.
Here is a great example: flow-php.com/data_frame/...
Mago (Rust) has a new release that supports Flow (PHP) Types right out of the box, no extensions needed - just Mago 💪
github.com/carthage-so...
Mago (Rust) has a new release that supports Flow (PHP) Types right out of the box, no extensions needed - just Mago 💪
github.com/carthage-so...
app.blackfire.io/profiles/co...
app.blackfire.io/profiles/co...
github.com/flow-php/fl...
github.com/flow-php/fl...
I might have a good news for you!
I'm working on providing support for Windows to Flow #PHP - Data Processing Framework!
You can follow my progress here github.com/flow-php/fl...
I might have a good news for you!
I'm working on providing support for Windows to Flow #PHP - Data Processing Framework!
You can follow my progress here github.com/flow-php/fl...
#OpenSource
#OpenSource