This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-23
Channels
- # ask-the-speaker-track-1 (171)
- # ask-the-speaker-track-2 (401)
- # ask-the-speaker-track-3 (250)
- # ask-the-speaker-track-4 (194)
- # bof-arch-engineering-ops (3)
- # bof-covid-19-lessons (9)
- # bof-cust-biz-tech-divide (8)
- # bof-leadership-culture-learning (19)
- # bof-next-gen-ops (46)
- # bof-overcoming-old-wow (8)
- # bof-project-to-product (10)
- # bof-sec-audit-compliance-grc (9)
- # bof-transformation-journeys (52)
- # bof-working-with-data (33)
- # discussion-connect-february (885)
- # games (335)
- # happy-hour (129)
- # help (411)
- # hiring (43)
- # lean-coffee (17)
- # networking (8)
- # project-to-product (1)
- # snack-club (44)
- # sponsors (77)
- # summit-info (437)
- # xpo-datadog (2)
- # xpo-digitalai-accelerates-software-delivery (28)
- # xpo-github-for-enterprises (25)
- # xpo-gitlab-the-one-devops-platform (25)
- # xpo-itrevolution (3)
- # xpo-launchdarkly (3)
- # xpo-pagerduty-always-on (1)
- # xpo-planview-tasktop (6)
- # xpo-slack-does-devops (13)
- # xpo-snyk (5)
- # xpo-sonatype (12)
- # z-do-not-post-here-old-ask-the-speaker (176)
Hi everyone! I have a metrics question... i am setting up some basic measuring. What, in your experience, are good data sources for deployment frequency? Do you use dev environment tools like jira or jenkins, or ops env data?
Hi everyone! I have a metrics question... i am setting up some basic measuring. What, in your experience, are good data sources for deployment frequency? Do you use dev environment tools like jira or jenkins, or ops env data?
Hey folks, doing a bit of forward planning given the constraints of Slack calls, how many folks are intending on joining the call later. If its more than 15 I'll set something else up. If you can like this if you are intending on joining
we do automated pipelines for data, configured as code.
no, not yet. but our app pipelines are pretty far ahead - they build themselves for example
also working with data scientists is a challenge as their dev knowledge is normally ... ahh.... shallow.
We see that you can't give them a piecemeal solution, you need to give them a complete approach, they can't bring much to the table.
<!here> will be starting the call in a few minutes. If we hit the limit we'll jump into zoom
ok slack doesn't ll any call with groups > 15. So this is the link to a zoom call https://zoom.us/j/95481274914
<!here> To attend the call jump on the zoom here https://zoom.us/j/95481274914 Look forward to seeing/hearing from you.
we are looking for zero downtime deployment for RDBS , any recommendation or suggestion ?
Depends on your DBMS
Take a look at things like Flyway & Liquibase
Take a look at things like Flyway & Liquibase
Or maybe Redgate
And zero downtime for DBs is as much about culture & refactoring practices as it is about tooling
https://martinfowler.com/books/refactoringDatabases.html is an essential read
For SQL Server have a look at Microsoft’s tooling around Entity Framework migrations and DACPACs - there are some good patterns there
For SQL Server have a look at Microsoft’s tooling around Entity Framework migrations and DACPACs - there are some good patterns there
Oracle I’m not so sure about the native tooling
@mohit.raina , i can discuss Flyway and Redgate's SQL and Oracle specific tools with you next week during our meeting 🙂