Giter Site home page Giter Site logo

avanade / emtech-distributed-data Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 3.0 2.37 MB

Avanade's exploration of SQL Ledger, Confidential Ledger, and other data sharing technologies.

License: MIT License

JavaScript 2.44% Python 9.92% TypeScript 49.03% TSQL 35.00% Dockerfile 2.75% Shell 0.02% HTML 0.85%
blockchain confidential-ledger ledger-tables nextjs python sql sql-ledger sql-server

emtech-distributed-data's People

Contributors

dependabot[bot] avatar ferguskidd avatar sealjay avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

emtech-distributed-data's Issues

Remove these lines if scan continues to work with SSR setup

if (typeof window === "undefined") global.window = {};
if (typeof global.navigator === "undefined") global.navigator = {};

Line: 6

import Layout from "@/components/Layout";
// Support SSR for webcam component in scan.js
// TODO: Remove these lines if scan continues to work with SSR setup
// if (typeof window === "undefined") global.window = {};
//if (typeof global.navigator === "undefined") global.navigator = {};
export default function LedgerApp({ Component, pageProps }: AppProps) {
return (
<Layout>
<Component {...pageProps} />

QR Read Endpoint

Make QR read api endpoint to return a partner name from a QR code

Change fields in timeline

  • Change date field to use share date for start, and shared until date for delete and update
  • Add a status text for 'delete' rather than 'Unknown event'

Store file redirect locally

Line: 274

video_details = await response.json()
state = video_details["state"]
if state == "processing":
# TODO: Store file redirect locally
return RedirectResponse(
"https://bootsnipp.com/bootstrap-builder/libs/builder/icons/image.svg"
)
else:
thumbnail_id = video_details["videos"][0]["thumbnailId"]
async with await video_indexer.get_thumbnail(video_id, thumbnail_id) as response:
thumbnail_file = await response.read()

Remove from the final application

Line: 287

async def github_debug(request):
"""Return the output from logged in GitHub users."""
# TODO: Remove from the final application
return JSONResponse({"auth": request.scope["auth"]})
async def startup_get_video_indexer():
app.state.video_indexer = await AsyncVideoIndexer.AsyncVideoIndexer.create(
os.environ.get("VIDEO_INDEXER_ACCOUNT_ID"),
os.environ.get("VIDEO_INDEXER_KEY"),

Add scenario docs for healthcare

  • Benefits
  • How tech supports this
  • Can't drop table without dropping DB
  • Only keys are stored in updateable SQL ledger - no PII data kept in keys
  • Full auditability

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.