Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Database tracker is able to detect changed values

Aperta
#43 5 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@benjaminettori ci sta già lavorando.

Dal 11/5/2016.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

database tracker

For more info & context, read the Use Case in #44.

Story

When user tells the database tracker to create a commit (see #41)
Then it detects the changes
and converts them to blocks in a jawn commit
And writes the commit to the feed in jawn

Additional Info

What kind of Database?

For now we will assume sqlite.

How does it figure out what changes have occurred?

The database tracker will need to be able to compare what's in the jawn feed and what's in the database.

Either way, the feed should have info about when data was last pulled from the database.

Option 1: Parse the database log
Option 2: If the database tables keep a "last updated" timestamp then we can just query for things that have been updated since the last time the feed was updated. -- we can either ask the Open Data team whether their data has this info, or we can read up on ArcGiS ourselves.

Lingua principale
JavaScript
Stelle
46
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di CodeForPhilly/jawn

Tutte le issue di CodeForPhilly/jawn

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.